fix schema - 'string-list' is a format, not a type

This commit is contained in:
Dietmar Maurer
2018-08-08 08:21:06 +02:00
parent c84106edc9
commit 5be1a092d6

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