Nir Soffer 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" > Can clean some of those, while at it. We are not going to support QED, donn Sure we need to clean this sometimes. But before that we have to remove the logic for supporting qcow2 compat option, since we support only rhel >= 7.2 fedora >= 22 which support this option. 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
