Comment 314 for bug 2059809

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to glance (stable/2024.1)

Reviewed: https://review.opendev.org/c/openstack/glance/+/923260
Committed: https://opendev.org/openstack/glance/commit/7a6c344c8b9d60c89e324e11c2edac8e2ad4a229
Submitter: "Zuul (22348)"
Branch: stable/2024.1

commit 7a6c344c8b9d60c89e324e11c2edac8e2ad4a229
Author: Dan Smith <email address hidden>
Date: Tue Apr 16 10:29:10 2024 -0700

    Extend format_inspector for QCOW safety

    This adds two properties to the QcowInspector that makes it able to
    indicate whether the file specifies a backing_file or data_file in the
    header. Both conditions are considered unsafe for our usage. To
    ease checking of this condition, a classmethod is added that takes
    a local filename and digests just enough of the file to assert that
    both conditions are false.

    Change-Id: Iaf86b525397d41bd116999cabe0954a0a7efac65
    Related-Bug: #2059809
    (cherry picked from commit ae536bb394793c9a7a219cb498e03d5c81dbbbb7)