[PATCH 0/2] storage: Upgrade default qcow2 verion to 1.1

Abhiram Tilak posted 2 patches 1 month, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20240304202031.22738-2-atp.exp@gmail.com
There is a newer version of this series
src/storage/storage_util.c                                      | 2 +-
.../storagevolxml2argvdata/luks-convert-encrypt2fileqcow2.argv  | 2 +-
tests/storagevolxml2argvdata/qcow2-compat.argv                  | 2 +-
tests/storagevolxml2argvdata/qcow2-from-logical-compat.argv     | 2 +-
tests/storagevolxml2argvdata/qcow2-luks-convert-encrypt.argv    | 2 +-
.../qcow2-luks-convert-encrypt2fileqcow2.argv                   | 2 +-
tests/storagevolxml2argvdata/qcow2-luks.argv                    | 2 +-
.../qcow2-nobacking-convert-prealloc-compat.argv                | 2 +-
.../storagevolxml2argvdata/qcow2-nobacking-prealloc-compat.argv | 2 +-
.../qcow2-nocapacity-convert-prealloc.argv                      | 2 +-
tests/storagevolxml2argvdata/qcow2-nocapacity.argv              | 2 +-
tests/storagevolxml2argvdata/qcow2-nocow-compat.argv            | 2 +-
tests/storagevolxml2argvdata/qcow2-zerocapacity.argv            | 2 +-
13 files changed, 13 insertions(+), 13 deletions(-)
[PATCH 0/2] storage: Upgrade default qcow2 verion to 1.1
Posted by Abhiram Tilak 1 month, 3 weeks ago
Right now the default qcow2 version if not specified explicitly,
defaults to 0.10. Certain features like live snapshots, cluster
size specification require 1.1 to work.

This patch series aims at upgrading the qcow2 default image version,
and use compatibility version 1.1 unless specified. This also requires
correcting multiple testcases related to this compat version.

If any other locations require changing, they will be
added as a part of this series.

Resolves: https://gitlab.com/libvirt/libvirt/-/issues/602

Abhiram Tilak (2):
  storage: change assigning qcow2 compat to 1.1 from 0.10 automatically
  storage: fix testcases on changing the default qcow2 compat to 1.1

 src/storage/storage_util.c                                      | 2 +-
 .../storagevolxml2argvdata/luks-convert-encrypt2fileqcow2.argv  | 2 +-
 tests/storagevolxml2argvdata/qcow2-compat.argv                  | 2 +-
 tests/storagevolxml2argvdata/qcow2-from-logical-compat.argv     | 2 +-
 tests/storagevolxml2argvdata/qcow2-luks-convert-encrypt.argv    | 2 +-
 .../qcow2-luks-convert-encrypt2fileqcow2.argv                   | 2 +-
 tests/storagevolxml2argvdata/qcow2-luks.argv                    | 2 +-
 .../qcow2-nobacking-convert-prealloc-compat.argv                | 2 +-
 .../storagevolxml2argvdata/qcow2-nobacking-prealloc-compat.argv | 2 +-
 .../qcow2-nocapacity-convert-prealloc.argv                      | 2 +-
 tests/storagevolxml2argvdata/qcow2-nocapacity.argv              | 2 +-
 tests/storagevolxml2argvdata/qcow2-nocow-compat.argv            | 2 +-
 tests/storagevolxml2argvdata/qcow2-zerocapacity.argv            | 2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

--
2.42.1
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org