mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-02-02 09:47:13 +03:00
adapt to renamed storage-pair format
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com> Reviewed-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
e52415c15b
commit
a4d828e35e
@ -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,
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user