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 <[email protected]>
Gerrit-Reviewer: Ayal Baron <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Eduardo <[email protected]>
Gerrit-Reviewer: Ewoud Kohl van Wijngaarden <[email protected]>
Gerrit-Reviewer: Federico Simoncelli <[email protected]>
Gerrit-Reviewer: Igor Lvovsky <[email protected]>
Gerrit-Reviewer: Saggi Mizrahi <[email protected]>
Gerrit-Reviewer: Shu Ming <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to