Change in vdsm[master]: Add create operation to qemu-img

abaron at redhat.com abaron at redhat.com
Sun Sep 30 11:01:25 UTC 2012


Ayal Baron has posted comments on this change.

Change subject: Add create operation to qemu-img
......................................................................


Patch Set 13: (1 inline comment)

....................................................
File vdsm/qemuImg.py
Line 99:     if rc != 0:
Line 100:         raise QImgError(rc, out, err)
Line 101: 
Line 102: 
Line 103: def create(filename, imgFormat=None, backingFile=None, size=None):
preallocation? (for nfs)

cluster_size?
Line 104:     cmd = [_qemuimg.cmd, "create"]
Line 105: 
Line 106:     if imgFormat:
Line 107:         cmd.extend(("-f", imgFormat))


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I078afcb0899792805584fc56832747d36908f18b
Gerrit-PatchSet: 13
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Saggi Mizrahi <smizrahi at redhat.com>
Gerrit-Reviewer: Ayal Baron <abaron at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Eduardo <ewarszaw at redhat.com>
Gerrit-Reviewer: Ewoud Kohl van Wijngaarden <ewoud at kohlvanwijngaarden.nl>
Gerrit-Reviewer: Federico Simoncelli <fsimonce at redhat.com>
Gerrit-Reviewer: Igor Lvovsky <ilvovsky at redhat.com>
Gerrit-Reviewer: Saggi Mizrahi <smizrahi at redhat.com>
Gerrit-Reviewer: Shu Ming <shuming at linux.vnet.ibm.com>
Gerrit-Reviewer: oVirt Jenkins CI Server


More information about the vdsm-patches mailing list