Darshan N has uploaded a new change for review.

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 src/plugins/ovirt-host-deploy/gluster/glusterpmd.py
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy 
refs/changes/15/35415/1

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/35415
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: master
Gerrit-Owner: Darshan N <dnara...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to