forked from rpms/leapp-repository
35 lines
1.2 KiB
Diff
35 lines
1.2 KiB
Diff
|
From 0d904126f785ae785e29165bf83a493d8f837fbe Mon Sep 17 00:00:00 2001
|
||
|
From: Petr Stodulka <pstodulk@redhat.com>
|
||
|
Date: Fri, 26 Apr 2024 14:45:06 +0200
|
||
|
Subject: [PATCH 22/34] Update reboot msg: Note the console access
|
||
|
|
||
|
Some users hasn't read the upgrade documentation and are not aware
|
||
|
that after the reboot the actual upgrade is processing. As they wait
|
||
|
just for the ssh connection, they think that something is wrong and
|
||
|
sometimes reboot the machine, interrupting the entire process, making
|
||
|
the machine broken in some cases.
|
||
|
|
||
|
Adding info that they need a console access in case they want to watch
|
||
|
the upgrade progress.
|
||
|
|
||
|
Jira: https://issues.redhat.com/browse/RHEL-27231
|
||
|
---
|
||
|
commands/upgrade/__init__.py | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/commands/upgrade/__init__.py b/commands/upgrade/__init__.py
|
||
|
index cc5fe647..1e15b59c 100644
|
||
|
--- a/commands/upgrade/__init__.py
|
||
|
+++ b/commands/upgrade/__init__.py
|
||
|
@@ -117,6 +117,7 @@ def upgrade(args, breadcrumbs):
|
||
|
sys.stdout.write(
|
||
|
'Reboot the system to continue with the upgrade.'
|
||
|
' This might take a while depending on the system configuration.\n'
|
||
|
+ 'Make sure you have console access to view the actual upgrade process.\n'
|
||
|
)
|
||
|
|
||
|
|
||
|
--
|
||
|
2.42.0
|
||
|
|