Hello Darshan N, I'd like you to do a code review. Please visit
http://gerrit.ovirt.org/35462 to review the following change. Change subject: gluster: start glusterpmd service after reboot. ...................................................................... gluster: start glusterpmd service after reboot. Added start of glusterpmd service after reboot. Change-Id: I6b4d631b23250b513b42ff0509e8d230b1cb3d9b Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1138108 Signed-off-by: ndarshan <dnara...@redhat.com> --- M ChangeLog M src/plugins/ovirt-host-deploy/gluster/glusterpmd.py 2 files changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy refs/changes/62/35462/1 diff --git a/ChangeLog b/ChangeLog index b95d999..aba9491 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ ????-??-?? - Version 1.2.5 + * gluster: start glusterpmd service after reboot, rhbz#1138198. 2014-10-31 - Version 1.2.4 diff --git a/src/plugins/ovirt-host-deploy/gluster/glusterpmd.py b/src/plugins/ovirt-host-deploy/gluster/glusterpmd.py index 074993f..4a68f2d 100644 --- a/src/plugins/ovirt-host-deploy/gluster/glusterpmd.py +++ b/src/plugins/ovirt-host-deploy/gluster/glusterpmd.py @@ -54,6 +54,7 @@ if self.services.exists('glusterpmd'): self.logger.info(_('Starting glusterpmd service')) self.services.state('glusterpmd', True) + self.services.startup('glusterpmd', True) # vim: expandtab tabstop=4 shiftwidth=4 -- To view, visit http://gerrit.ovirt.org/35462 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6b4d631b23250b513b42ff0509e8d230b1cb3d9b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-host-deploy Gerrit-Branch: ovirt-host-deploy-1.2 Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> Gerrit-Reviewer: Darshan N <dnara...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches