mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-05 10:13:09 +00:00
Add listsnapshots property to zfs
This commit is contained in:
committed by
Matt Clay
parent
834f71a4a6
commit
3d686ef07d
@@ -96,6 +96,11 @@ options:
|
||||
- The jailed property.
|
||||
required: False
|
||||
choices: ['on','off']
|
||||
listsnapshots:
|
||||
description:
|
||||
- the listsnapshots property.
|
||||
required: False
|
||||
choices: ['on','off']
|
||||
logbias:
|
||||
description:
|
||||
- The logbias property.
|
||||
@@ -351,6 +356,7 @@ def main():
|
||||
# Not supported
|
||||
#'groupquota': {'required': False},
|
||||
'jailed': {'required': False, 'choices':['on', 'off']},
|
||||
'listsnapshots': {'required': False, 'choices':['on', 'off']},
|
||||
'logbias': {'required': False, 'choices':['latency', 'throughput']},
|
||||
'mountpoint': {'required': False},
|
||||
'nbmand': {'required': False, 'choices':['on', 'off']},
|
||||
|
||||
Reference in New Issue
Block a user