Change in vdsm[master]: vdsm: fix tunneled migration regression

peet at redhat.com peet at redhat.com
Thu Feb 7 17:04:23 UTC 2013


Hello Vinzenz Feenstra,

I'd like you to do a code review.  Please visit

    http://gerrit.ovirt.org/11853

to review the following change.

Change subject: vdsm: fix tunneled migration regression
......................................................................

vdsm: fix tunneled migration regression

Change-Id: I8958d7a6ba7b48f2390acab7b300cf4e539a550c
Signed-off-by: Peter V. Saveliev <peet at redhat.com>
Signed-off-by: Vinzenz Feenstra <vfeenstr at redhat.com>
---
M vdsm/libvirtvm.py
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/53/11853/1

diff --git a/vdsm/libvirtvm.py b/vdsm/libvirtvm.py
index fb959be..0b09883 100644
--- a/vdsm/libvirtvm.py
+++ b/vdsm/libvirtvm.py
@@ -489,7 +489,8 @@
                         duri, muri, None,
                         libvirt.VIR_MIGRATE_LIVE |
                         libvirt.VIR_MIGRATE_PEER2PEER |
-                        libvirt.VIR_MIGRATE_TUNNELLED if self._tunneled else 0,
+                        (libvirt.VIR_MIGRATE_TUNNELLED if
+                            self._tunneled else 0),
                         None, maxBandwidth)
             finally:
                 t.cancel()


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8958d7a6ba7b48f2390acab7b300cf4e539a550c
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Peter V. Saveliev <peet at redhat.com>
Gerrit-Reviewer: Vinzenz Feenstra <vfeenstr at redhat.com>


More information about the vdsm-patches mailing list