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

Fiona Ebner f.ebner at proxmox.com
Fri Jul 25 12:50:51 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>
Reviewed-by: Fabian Grünbichler <f.gruenbichler 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