Aravinda VK has posted comments on this change.

Change subject: gluster: starting glusterd after install
......................................................................


Patch Set 1: No score

(3 inline comments)

....................................................
File src/plugins/ovirt-host-deploy/gluster/packages.py
Line 77:         self.packager.installUpdate(('vdsm-gluster',))
Line 78: 
Line 79:     @plugin.event(
Line 80:         stage=plugin.Stages.STAGE_CLOSEUP,
Line 81:         priority=plugin.Stages.PRIORITY_LOW
I referred code from other place, will remove the priority statement. 

I will add the condition.
Line 82:     )
Line 83:     def _start(self):
Line 84:         self.logger.info(_('Starting gluster'))
Line 85:         self.services.state('glusterd', True)


Line 79:     @plugin.event(
Line 80:         stage=plugin.Stages.STAGE_CLOSEUP,
Line 81:         priority=plugin.Stages.PRIORITY_LOW
Line 82:     )
Line 83:     def _start(self):
Done
Line 84:         self.logger.info(_('Starting gluster'))
Line 85:         self.services.state('glusterd', True)
Line 86: 


Line 81:         priority=plugin.Stages.PRIORITY_LOW
Line 82:     )
Line 83:     def _start(self):
Line 84:         self.logger.info(_('Starting gluster'))
Line 85:         self.services.state('glusterd', True)
glusterfs is dependent package of vdsm-gluster, their is no separate install 
statement for glusterfs.
Line 86: 


--
To view, visit http://gerrit.ovirt.org/14030
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I4f65ea6cbb54c844fb42ad1a14c61c438ac0865a
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-host-deploy
Gerrit-Branch: master
Gerrit-Owner: Aravinda VK <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Aravinda VK <[email protected]>
Gerrit-Reviewer: Sahina Bose <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to