Adam Litke has posted comments on this change. Change subject: verify_untrusted_volume: Check compatibility version ......................................................................
Patch Set 2: (1 comment) https://gerrit.ovirt.org/#/c/59411/2/lib/vdsm/storage/misc.py File lib/vdsm/storage/misc.py: Line 801: # for qcow2 volumes. Line 802: compat = qemu_info["compat"] Line 803: if not qemuimg.supports_compat(compat): Line 804: raise se.ImageVerificationError( Line 805: "Volume's compatibility level '%s' is not supported" % compat) > We don't have such concept, maybe report the actual issue: Done -- To view, visit https://gerrit.ovirt.org/59411 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ib2d5609340ba3bbe00f81d0cde727eb75c94ebec Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Adam Litke <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Amit Aviram <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/admin/lists/[email protected]
