Moran Goldboim has uploaded a new change for review. Change subject: packaging: Add yum installtion indication for upgrade ......................................................................
packaging: Add yum installtion indication for upgrade An indication to the user that rpm installation process will take a while and where to track it's installation progress. Change-Id: I84cb11e35b24655e06c10136e0a545b278f1c663 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=879970 Signed-off-by: Moran Goldboim <[email protected]> --- M packaging/fedora/setup/engine-upgrade.py 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/84/9484/1 diff --git a/packaging/fedora/setup/engine-upgrade.py b/packaging/fedora/setup/engine-upgrade.py index f9467a9..c165a9d 100755 --- a/packaging/fedora/setup/engine-upgrade.py +++ b/packaging/fedora/setup/engine-upgrade.py @@ -134,7 +134,8 @@ MSG_INFO_BACKUP_DB = "Backing Up Database" MSG_INFO_RENAME_DB = "Rename Database" MSG_INFO_RESTORE_DB = "Restore Database name" -MSG_INFO_YUM_UPDATE = "Updating rpms" +MSG_INFO_YUM_UPDATE = "This step can take a while.\n\ +You can track package installation progress by executing tail -f /var/log/yum.log in a separate session." MSG_INFO_DB_UPDATE = "Updating Database" MSG_INFO_RUN_POST = "Running post install configuration" MSG_ERROR_UPGRADE = "\n **Error: Upgrade failed, rolling back**" -- To view, visit http://gerrit.ovirt.org/9484 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I84cb11e35b24655e06c10136e0a545b278f1c663 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moran Goldboim <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
