-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
6.16.0
Description of problem:
During (or, technically, after) the upgrade to 6.16, foreman-maintain performs additional steps around container image metadata.
These steps are displayed with a message "You can continue using the system normally while the task runs in the background.", which can be misleading depending on when you see it.
What the message tries to say is "The upgrade is complete, you can use the system while this task is running (and thus foreman-maintain hasn't finished yet)".
But if the user only reads the message after the task (and foreman-maintain) has completed, they might think "This started a background task, and even though foreman-maintain finished, I need to wait for the background task until I can perform additional changes like reboots or Leapp-upgrades".
How reproducible:
100%
Is this issue a regression from an earlier version:
It's a newly introduced step, so no?
Steps to Reproduce:
1. install 6.15
2. perform upgrade to 6.16
Actual behavior:
Check if system needs reboot: [WARNING] Updating Subscription Management repositories. Core libraries or services have been updated since boot-up: * glibc * kernel * linux-firmware * microcode_ctl * systemd Reboot is required to fully utilize these updates. More information: https://access.redhat.com/solutions/27943 -------------------------------------------------------------------------------- Initialize and expose container image metadata in the pulpcore db: \ Adding image metadata to pulp. You can continue using the system normally while the task runs in the background. [OK] -------------------------------------------------------------------------------- Import container manifest metadata: \ Adding image metadata. You can continue using the system normally while the task runs in the background. [OK] -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- Upgrade finished.
Expected behavior:
Clearer messaging when the task started and finished (or just no hint that the system is already useable)
Business Impact / Additional info:
- depends on
-
SAT-29301 shorten the image metadata import messages by evgeni · Pull Request #951 · theforeman/foreman_maintain · GitHub
- Closed