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 => {