Sandro Bonazzola has posted comments on this change.

Change subject: packaging: setup: exportfs after restarting nfs services
......................................................................


Patch Set 1:

(2 comments)

http://gerrit.ovirt.org/#/c/35070/1/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/system/exportfs.py
File packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/system/exportfs.py:

Line 250:         before=(
Line 251:             osetupcons.Stages.DIALOG_TITLES_E_SUMMARY,
Line 252:         ),
Line 253:         after=(
Line 254:             osetupcons.Stages.DIALOG_TITLES_S_SUMMARY,
drop osetupcons.Stages.DIALOG_TITLES_S_SUMMARY, will be required in 
SYSTEM_NFS_SERVICES_RESTARTED
Line 255:             oenginecons.Stages.SYSTEM_NFS_SERVICES_RESTARTED,
Line 256:         ),
Line 257:         condition=lambda self: self._enabled,
Line 258:     )


http://gerrit.ovirt.org/#/c/35070/1/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/system/nfs.py
File packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/system/nfs.py:

Line 274:         ].append(oenginecons.FileLocations.NFS_RHEL_CONFIG)
Line 275: 
Line 276:     @plugin.event(
Line 277:         stage=plugin.Stages.STAGE_CLOSEUP,
Line 278:         name=oenginecons.Stages.SYSTEM_NFS_SERVICES_RESTARTED,
after=osetupcons.Stages.DIALOG_TITLES_S_SUMMARY,
Line 279:         condition=lambda self: self._enabled,
Line 280:     )
Line 281:     def _closeup(self):
Line 282:         self.logger.info(_('Restarting nfs services'))


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I4d231c28d2fd2e28163fbe382debbf080628d9b9
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yedidyah Bar David <d...@redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbona...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to