Alex Lourie has posted comments on this change. Change subject: packaging: Add yum installation indication for upgrade ......................................................................
Patch Set 6: (1 inline comment) .................................................... File packaging/fedora/setup/engine-upgrade.py Line 136: MSG_INFO_RESTORE_DB = "Restore Database name" Line 137: MSG_INFO_YUM_UPDATE = "Updating rpms (This may take a while\n\ Line 138: depending on your connection speed to the repository.\n\ Line 139: To track the installation process run\n\ Line 140: tail -f /var/log/yum.log in another session)" yum.log file doesn't log downloading progress. So, for the long downloading session, so activity will be seen. It is better to monitor the engine-upgrade log, as the new miniyum implementation in our code includes the activity of anything yum-related. Line 141: MSG_INFO_DB_UPDATE = "Updating Database" Line 142: MSG_INFO_RUN_POST = "Running post install configuration" Line 143: MSG_ERROR_UPGRADE = "\n **Error: Upgrade failed, rolling back**" Line 144: MSG_INFO_DB_RESTORE = "Restoring Database" -- To view, visit http://gerrit.ovirt.org/9484 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I84cb11e35b24655e06c10136e0a545b278f1c663 Gerrit-PatchSet: 6 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moran Goldboim <[email protected]> Gerrit-Reviewer: Alex Lourie <[email protected]> Gerrit-Reviewer: Haim Ateya <[email protected]> Gerrit-Reviewer: Kiril Nesenko <[email protected]> Gerrit-Reviewer: Moran Goldboim <[email protected]> Gerrit-Reviewer: Ofer Schreiber <[email protected]> Gerrit-Reviewer: Ohad Basan <[email protected]> Gerrit-Reviewer: Sharad Mishra <[email protected]> Gerrit-Reviewer: Simon Grinberg <[email protected]> Gerrit-Reviewer: Yaniv Kaul <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
