mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-03 22:50:10 +00:00
schema: move 'pve-targetstorage' to pve-common
for proper re-use in pve-container. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com> Reviewed-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
8e8111da72
commit
0c19d8fbcf
@ -120,13 +120,6 @@ PVE::JSONSchema::register_standard_option('pve-qemu-machine', {
|
||||
optional => 1,
|
||||
});
|
||||
|
||||
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 => 'storage-pair-list',
|
||||
optional => 1,
|
||||
});
|
||||
|
||||
#no warnings 'redefine';
|
||||
|
||||
my $nodename_cache;
|
||||
|
Loading…
Reference in New Issue
Block a user