[pve-devel] [PATCH qemu-server 08/10] tests: fixup restore test to use new volume naming scheme
Wolfgang Bumiller
w.bumiller at proxmox.com
Tue Jul 29 13:15:50 CEST 2025
Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>
---
src/test/run_qemu_restore_config_tests.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/run_qemu_restore_config_tests.pl b/src/test/run_qemu_restore_config_tests.pl
index 4d5ebb5f..bbfa8631 100755
--- a/src/test/run_qemu_restore_config_tests.pl
+++ b/src/test/run_qemu_restore_config_tests.pl
@@ -56,7 +56,7 @@ dir_glob_foreach(
$fmt ||= 'raw';
- $map->{$drive} = "target:${vmid}/vm-${vmid}-disk-${disknum}.${fmt}";
+ $map->{$drive} = "target:${vmid}/vol-vm-${vmid}-disk-${disknum}.${fmt}";
$disknum++;
}
}
--
2.47.2
More information about the pve-devel
mailing list