Change in vdsm[master]: volume: fix qemuRebase function signature

Federico Simoncelli fsimonce at redhat.com
Thu May 8 15:36:44 UTC 2014


Federico Simoncelli has uploaded a new change for review.

Change subject: volume: fix qemuRebase function signature
......................................................................

volume: fix qemuRebase function signature

A sloppy rebase of commit bb50245 hid a necessary update of the
qemuRebase function signature.

Change-Id: I707644ccb9530c83b05a412bb4a74fd07a978e7c
Signed-off-by: Federico Simoncelli <fsimonce at redhat.com>
---
M vdsm/storage/volume.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/27/27527/1

diff --git a/vdsm/storage/volume.py b/vdsm/storage/volume.py
index 3da6b12..9042537 100644
--- a/vdsm/storage/volume.py
+++ b/vdsm/storage/volume.py
@@ -1031,7 +1031,7 @@
 
 
 def qemuRebase(src, srcFormat, backingFile,
-               backingFormat, unsafe, stop, rollback):
+               backingFormat, unsafe, stop):
     """
     Rebase the 'src' volume on top of the new 'backingFile'
     with new 'backingFormat'


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I707644ccb9530c83b05a412bb4a74fd07a978e7c
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Federico Simoncelli <fsimonce at redhat.com>


More information about the vdsm-patches mailing list