]> git.proxmox.com Git - pve-storage.git/commitdiff
fix schema - 'string-list' is a format, not a type
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 8 Aug 2018 06:21:06 +0000 (08:21 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 8 Aug 2018 06:21:06 +0000 (08:21 +0200)
PVE/API2/Disks/ZFS.pm

index 3888de6353bbee0c9bcad5b9d746d148b313a232..db631aa1adcdddac56f6eea5277c362179dca00e 100644 (file)
@@ -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 => {