Hello Alon Bar-Lev, Timothy Asir, Aravinda VK, Darshan N, I'd like you to do a code review. Please visit
http://gerrit.ovirt.org/21743 to review the following change. Change subject: gluster: enable glusterd service forcefully ...................................................................... gluster: enable glusterd service forcefully In some corner case glusterd is set to off. This patch fixes it by enabling the service forcefully. Change-Id: I734d6ea7e8ff3b527fbfde9a4a6cf68e382d638f Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=961169 Signed-off-by: Bala.FA <barum...@redhat.com> --- M src/plugins/ovirt-host-deploy/gluster/packages.py 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy refs/changes/43/21743/1 diff --git a/src/plugins/ovirt-host-deploy/gluster/packages.py b/src/plugins/ovirt-host-deploy/gluster/packages.py index 1fecfda..aa913e2 100644 --- a/src/plugins/ovirt-host-deploy/gluster/packages.py +++ b/src/plugins/ovirt-host-deploy/gluster/packages.py @@ -86,6 +86,8 @@ ), ) def _closeup(self): + self.logger.info(_('Enable glusterd')) + self.services.startup('glusterd', True) self.logger.info(_('Starting gluster')) for state in (False, True): self.services.state('glusterd', state) -- To view, visit http://gerrit.ovirt.org/21743 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I734d6ea7e8ff3b527fbfde9a4a6cf68e382d638f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-host-deploy Gerrit-Branch: master Gerrit-Owner: Bala.FA <barum...@redhat.com> Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com> Gerrit-Reviewer: Aravinda VK <avish...@redhat.com> Gerrit-Reviewer: Darshan N <dnara...@redhat.com> Gerrit-Reviewer: Timothy Asir <tjeya...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches