]> git.proxmox.com Git - qemu-server.git/blobdiff - PVE/QemuServer.pm
adapt to renamed storage-pair format
[qemu-server.git] / PVE / QemuServer.pm
index 9b765128ac1f2368438295dd0f7fcfe34efa7d28..fd1f6a74e9e094f392de15e947d15932cfc920ae 100644 (file)
@@ -137,7 +137,7 @@ sub map_storage {
 PVE::JSONSchema::register_standard_option('pve-targetstorage', {
     description => "Mapping from source to target storages. Providing only a single storage ID maps all source storages to that storage. Providing the special value '1' will map each source storage to itself.",
     type => 'string',
-    format => 'storagepair-list',
+    format => 'storage-pair-list',
     optional => 1,
 });