Alon Bar-Lev has uploaded a new change for review.

Change subject: vdsm: packages: adjust to new method of vdsm configure
......................................................................

vdsm: packages: adjust to new method of vdsm configure

Change-Id: Iec69d6ab5cdd00132198f882b0f1d0a1ff790f8b
Signed-off-by: Alon Bar-Lev <alo...@redhat.com>
---
M ChangeLog
M src/plugins/ovirt-host-deploy/vdsm/packages.py
2 files changed, 3 insertions(+), 4 deletions(-)


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

diff --git a/ChangeLog b/ChangeLog
index 45e295c..bc31ccd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
 
  * vdsm: packages: stop libvirtd before using vdsm-tool to configure it.
    rhbz#999853.
+ * vdsm: packages: adjust to new method of vdsm configure.
  * vdsm: pki: revert spice pki dir permissions and mode to revert legacy
    vdsm-bootstrap doings. rhbz#1008328.
 
diff --git a/src/plugins/ovirt-host-deploy/vdsm/packages.py 
b/src/plugins/ovirt-host-deploy/vdsm/packages.py
index d819caa..a4898e6 100644
--- a/src/plugins/ovirt-host-deploy/vdsm/packages.py
+++ b/src/plugins/ovirt-host-deploy/vdsm/packages.py
@@ -139,13 +139,11 @@
             optional=True,
         )
         if vdsm_tool is not None:
-            if self.services.exists('libvirtd'):
-                self.services.state('libvirtd', False)
-
             rc, stdout, stderr = self.execute(
                 (
                     vdsm_tool,
-                    'libvirt-configure',
+                    'configure',
+                    '--force',
                 ),
                 raiseOnError=False,
             )


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iec69d6ab5cdd00132198f882b0f1d0a1ff790f8b
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-host-deploy
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to