allow to set option 'maxfiles'
This commit is contained in:
@ -168,6 +168,11 @@ __PACKAGE__->register_method ({
|
||||
type => 'boolean',
|
||||
optional => 1,
|
||||
},
|
||||
maxfiles => {
|
||||
type => 'integer',
|
||||
optional => 1,
|
||||
minimum => 0,
|
||||
},
|
||||
shared => {
|
||||
type => 'boolean',
|
||||
optional => 1,
|
||||
@ -270,6 +275,11 @@ __PACKAGE__->register_method ({
|
||||
type => 'string', format => 'pve-storage-options',
|
||||
optional => 1,
|
||||
},
|
||||
maxfiles => {
|
||||
type => 'integer',
|
||||
optional => 1,
|
||||
minimum => 0,
|
||||
},
|
||||
digest => {
|
||||
type => 'string',
|
||||
description => 'Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications.',
|
||||
|
||||
Reference in New Issue
Block a user