Yaniv Kaul has posted comments on this change. Change subject: qemuimg: Make QCOW2_COMPAT configurable ......................................................................
Patch Set 1: (1 comment) https://gerrit.ovirt.org/#/c/54759/1/lib/vdsm/qemuimg.py File lib/vdsm/qemuimg.py: Line 39: Line 40: Line 41: class FORMAT: Line 42: QCOW2 = "qcow2" Line 43: QCOW = "qcow" > Sure we need to clean this sometimes. 1. We need to support exporting to 0.1 - so the disk can be imported to an older oVirt environment. 2. We need to support conversion when importing. Line 44: QED = "qed" Line 45: RAW = "raw" Line 46: VMDK = "vmdk" Line 47: -- To view, visit https://gerrit.ovirt.org/54759 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I5272171a4b4931698911ab251e3a34c286908be4 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Nir Soffer <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Ala Hino <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Freddy Rolland <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Yaniv Kaul <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
