]> git.proxmox.com Git - qemu-server.git/commitdiff
schema: move 'pve-targetstorage' to pve-common
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 28 Sep 2022 12:50:53 +0000 (14:50 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 7 Nov 2022 15:15:29 +0000 (16:15 +0100)
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>
PVE/QemuServer.pm

index 513a248f11616be919aff47b346f34c382e1001e..aad4592ae6168ad354e57a30d8f31f1e20b7c4ee 100644 (file)
@@ -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;