Sandro Bonazzola has uploaded a new change for review. Change subject: packaging: setup: logging ha service startup ......................................................................
packaging: setup: logging ha service startup added an info line for telling the user that we're ready for starting the HA service. On first host it's also a feedback about having detected that the VM is down. Change-Id: I8176043bed546abd9a7ea7f03630011ffa8f832d Signed-off-by: Sandro Bonazzola <sbona...@redhat.com> --- M src/plugins/ovirt-hosted-engine-setup/ha/ha_services.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-setup refs/changes/39/17839/1 diff --git a/src/plugins/ovirt-hosted-engine-setup/ha/ha_services.py b/src/plugins/ovirt-hosted-engine-setup/ha/ha_services.py index fef4f2f..a96fce4 100644 --- a/src/plugins/ovirt-hosted-engine-setup/ha/ha_services.py +++ b/src/plugins/ovirt-hosted-engine-setup/ha/ha_services.py @@ -80,7 +80,7 @@ vdscommand, raiseOnError=True ) - # enable and start HA services + self.logger.info(_('Enabling and starting HA services')) for service in ( ohostedcons.Const.HA_AGENT_SERVICE, ohostedcons.Const.HA_BROCKER_SERVICE, -- To view, visit http://gerrit.ovirt.org/17839 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8176043bed546abd9a7ea7f03630011ffa8f832d Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-setup Gerrit-Branch: master Gerrit-Owner: Sandro Bonazzola <sbona...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches