fix schema - 'string-list' is a format, not a type
This commit is contained in:
@ -241,7 +241,7 @@ __PACKAGE__->register_method ({
|
|||||||
enum => ['mirror', 'raid10', 'raidz', 'raidz2', 'raidz3'],
|
enum => ['mirror', 'raid10', 'raidz', 'raidz2', 'raidz3'],
|
||||||
},
|
},
|
||||||
devices => {
|
devices => {
|
||||||
type => 'string-list',
|
type => 'string', format => 'string-list',
|
||||||
description => 'The block device you want to create the thinpool on',
|
description => 'The block device you want to create the thinpool on',
|
||||||
},
|
},
|
||||||
ashift => {
|
ashift => {
|
||||||
|
|||||||
Reference in New Issue
Block a user