Fix possible values for zfs sync property

reviewable/pr18780/r1
Benjamin Albrecht 10 years ago committed by Greg DeKoenigsberg
parent d1c68eea9f
commit 05e0b35a45

@ -177,7 +177,7 @@ options:
description: description:
- The sync property. - The sync property.
required: False required: False
choices: ['on','off'] choices: ['standard','always','disabled']
utf8only: utf8only:
description: description:
- The utf8only property. - The utf8only property.
@ -373,7 +373,7 @@ def main():
'sharenfs': {'required': False}, 'sharenfs': {'required': False},
'sharesmb': {'required': False}, 'sharesmb': {'required': False},
'snapdir': {'required': False, 'choices':['hidden', 'visible']}, 'snapdir': {'required': False, 'choices':['hidden', 'visible']},
'sync': {'required': False, 'choices':['on', 'off']}, 'sync': {'required': False, 'choices':['standard', 'always', 'disabled']},
# Not supported # Not supported
#'userquota': {'required': False}, #'userquota': {'required': False},
'utf8only': {'required': False, 'choices':['on', 'off']}, 'utf8only': {'required': False, 'choices':['on', 'off']},

Loading…
Cancel
Save