summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/zfs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/zfs.py b/system/zfs.py
index 1d1c48e8..cf74c5b0 100644
--- a/system/zfs.py
+++ b/system/zfs.py
@@ -196,6 +196,8 @@ def main():
argument_spec = dict(
name = dict(type='str', required=True),
state = dict(type='str', required=True, choices=['present', 'absent']),
+ # No longer used. Kept here to not interfere with zfs properties
+ createparent = dict(type='bool', required=False)
),
supports_check_mode=True,
check_invalid_arguments=False