[libvirt PATCH 0/2] storage_driver: add support for cluster_size QCOW2 option

Pavel Hrdina phrdina at redhat.com
Thu May 13 11:23:03 UTC 2021


Pavel Hrdina (2):
  storage: add support for QCOW2 cluster_size option
  storage_file: add support to probe cluster_size from QCOW2 images

 docs/formatstorage.html.in                    |  6 ++
 docs/schemas/storagecommon.rng                |  7 +++
 docs/schemas/storagevol.rng                   |  3 +
 src/conf/storage_conf.c                       | 12 ++++
 src/storage/storage_util.c                    |  8 +++
 src/storage_file/storage_file_probe.c         | 55 +++++++++++++------
 .../qcow2-clusterSize.argv                    |  6 ++
 tests/storagevolxml2argvtest.c                |  4 ++
 .../vol-qcow2-clusterSize.xml                 | 17 ++++++
 .../vol-qcow2-clusterSize.xml                 | 17 ++++++
 tests/storagevolxml2xmltest.c                 |  1 +
 11 files changed, 120 insertions(+), 16 deletions(-)
 create mode 100644 tests/storagevolxml2argvdata/qcow2-clusterSize.argv
 create mode 100644 tests/storagevolxml2xmlin/vol-qcow2-clusterSize.xml
 create mode 100644 tests/storagevolxml2xmlout/vol-qcow2-clusterSize.xml

-- 
2.31.1




More information about the libvir-list mailing list