[pve-devel] [PATCH qemu-server 4/6] tests: image convert: properly set snapshot-as-volume-chain option

Fiona Ebner f.ebner at proxmox.com
Thu Jul 24 15:59:43 CEST 2025


The 'lvmqcow2_external_snapshot' test case uses qcow2 on top of LVM
which can only be used with that option currently.

Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---
 src/test/run_qemu_img_convert_tests.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/run_qemu_img_convert_tests.pl b/src/test/run_qemu_img_convert_tests.pl
index 3f7fb98e..4bfcf4fb 100755
--- a/src/test/run_qemu_img_convert_tests.pl
+++ b/src/test/run_qemu_img_convert_tests.pl
@@ -76,6 +76,7 @@ my $storage_config = {
             content => {
                 images => 1,
             },
+            'snapshot-as-volume-chain' => 1,
         },
         "zfs-over-iscsi" => {
             type => "zfs",
-- 
2.47.2





More information about the pve-devel mailing list