Dan Kenigsberg has submitted this change and it was merged. Change subject: volume: use qemuimg and remove custom createVolume ......................................................................
volume: use qemuimg and remove custom createVolume This patch substitutes a custom createVolume function with the more standard implementation in qemuimg module. As a side-effect the 'preallocate' flag for the clone method became useless and it has been removed. Change-Id: I960276ec6bd654be4f427425c95603189c0d6a99 Signed-off-by: Federico Simoncelli <[email protected]> Reviewed-on: http://gerrit.ovirt.org/26871 Reviewed-by: Dan Kenigsberg <[email protected]> --- M vdsm/storage/blockVolume.py M vdsm/storage/fileVolume.py M vdsm/storage/volume.py 3 files changed, 15 insertions(+), 76 deletions(-) Approvals: Federico Simoncelli: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/26871 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I960276ec6bd654be4f427425c95603189c0d6a99 Gerrit-PatchSet: 6 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
