From 5be1a092d69cbb9b68ff368edaa1d4020b24dfe9 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 8 Aug 2018 08:21:06 +0200 Subject: [PATCH] fix schema - 'string-list' is a format, not a type --- PVE/API2/Disks/ZFS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/API2/Disks/ZFS.pm b/PVE/API2/Disks/ZFS.pm index 3888de6..db631aa 100644 --- a/PVE/API2/Disks/ZFS.pm +++ b/PVE/API2/Disks/ZFS.pm @@ -241,7 +241,7 @@ __PACKAGE__->register_method ({ enum => ['mirror', 'raid10', 'raidz', 'raidz2', 'raidz3'], }, devices => { - type => 'string-list', + type => 'string', format => 'string-list', description => 'The block device you want to create the thinpool on', }, ashift => {