- Detect XFS file systems with problematic parameters - Raise an inhibitor if unsupported target version supplied instead of error - Prevent a possible crash with LiveMode when adding the upgrade boot entry on systems with LVM - Resolves: RHEL-57043, RHEL-52309, RHEL-60034
27 lines
1.3 KiB
Diff
27 lines
1.3 KiB
Diff
From 57fa7a5781f6cff6ab1632d83e971c4bc395fc20 Mon Sep 17 00:00:00 2001
|
|
From: Matej Matuska <mmatuska@redhat.com>
|
|
Date: Wed, 22 Jan 2025 14:50:06 +0100
|
|
Subject: [PATCH 54/63] linter: Fix line too long in postgresqlcheck
|
|
|
|
---
|
|
.../actors/postgresqlcheck/libraries/postgresqlcheck.py | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/repos/system_upgrade/el8toel9/actors/postgresqlcheck/libraries/postgresqlcheck.py b/repos/system_upgrade/el8toel9/actors/postgresqlcheck/libraries/postgresqlcheck.py
|
|
index eefe583b..1cc5362d 100644
|
|
--- a/repos/system_upgrade/el8toel9/actors/postgresqlcheck/libraries/postgresqlcheck.py
|
|
+++ b/repos/system_upgrade/el8toel9/actors/postgresqlcheck/libraries/postgresqlcheck.py
|
|
@@ -9,7 +9,8 @@ report_server_inst_summary = (
|
|
' PostgreSQL server 13 by default, which is incompatible with 9.6, 10 and 12'
|
|
' included in RHEL-8, in those cases, it is necessary to proceed with additional steps'
|
|
' for the complete upgrade of the PostgreSQL data.'
|
|
- 'If the database has already been upgraded, meaning the system is already using PostgreSQL 13, then no further actions are required.'
|
|
+ 'If the database has already been upgraded, meaning the system is already using PostgreSQL 13,'
|
|
+ ' then no further actions are required.'
|
|
)
|
|
|
|
report_server_inst_hint = (
|
|
--
|
|
2.48.1
|
|
|