|
|
@ -96,11 +96,6 @@ options:
|
|
|
|
- The jailed property.
|
|
|
|
- The jailed property.
|
|
|
|
required: False
|
|
|
|
required: False
|
|
|
|
choices: ['on','off']
|
|
|
|
choices: ['on','off']
|
|
|
|
listsnapshots:
|
|
|
|
|
|
|
|
description:
|
|
|
|
|
|
|
|
- the listsnapshots property.
|
|
|
|
|
|
|
|
required: False
|
|
|
|
|
|
|
|
choices: ['on','off']
|
|
|
|
|
|
|
|
logbias:
|
|
|
|
logbias:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- The logbias property.
|
|
|
|
- The logbias property.
|
|
|
@ -356,7 +351,6 @@ def main():
|
|
|
|
# Not supported
|
|
|
|
# Not supported
|
|
|
|
#'groupquota': {'required': False},
|
|
|
|
#'groupquota': {'required': False},
|
|
|
|
'jailed': {'required': False, 'choices':['on', 'off']},
|
|
|
|
'jailed': {'required': False, 'choices':['on', 'off']},
|
|
|
|
'listsnapshots': {'required': False, 'choices':['on', 'off']},
|
|
|
|
|
|
|
|
'logbias': {'required': False, 'choices':['latency', 'throughput']},
|
|
|
|
'logbias': {'required': False, 'choices':['latency', 'throughput']},
|
|
|
|
'mountpoint': {'required': False},
|
|
|
|
'mountpoint': {'required': False},
|
|
|
|
'nbmand': {'required': False, 'choices':['on', 'off']},
|
|
|
|
'nbmand': {'required': False, 'choices':['on', 'off']},
|
|
|
|