Sandro Bonazzola has uploaded a new change for review. Change subject: packaging: setup: restart libvirt earlier ......................................................................
packaging: setup: restart libvirt earlier moved libvirt restart to misc stage allowing the daemon to reload the configuration before restarting vdsmd. Change-Id: I75065419dac10f8992039a5b2e49c9fe783b839b Signed-off-by: Sandro Bonazzola <[email protected]> --- M src/plugins/ovirt-hosted-engine-setup/libvirt/configureqemu.py 1 file changed, 0 insertions(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-setup refs/changes/12/16912/1 diff --git a/src/plugins/ovirt-hosted-engine-setup/libvirt/configureqemu.py b/src/plugins/ovirt-hosted-engine-setup/libvirt/configureqemu.py index b8ec338..2834636 100644 --- a/src/plugins/ovirt-hosted-engine-setup/libvirt/configureqemu.py +++ b/src/plugins/ovirt-hosted-engine-setup/libvirt/configureqemu.py @@ -98,11 +98,6 @@ ], ), ) - - @plugin.event( - stage=plugin.Stages.STAGE_CLOSEUP, - ) - def _closeup(self): self._restartLibvirt() -- To view, visit http://gerrit.ovirt.org/16912 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I75065419dac10f8992039a5b2e49c9fe783b839b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-setup Gerrit-Branch: master Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
