From a4d828e35e657a882baf931056be282c0d56b2cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Fri, 5 Nov 2021 14:03:51 +0100 Subject: [PATCH] adapt to renamed storage-pair format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler Reviewed-by: Fabian Ebner --- PVE/QemuServer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 9b765128..fd1f6a74 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -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, });