From 9219797bb58ba7777d02a800fb642aa8519cc0ab Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 12 Feb 2015 10:17:56 -0500 Subject: [PATCH] Revert "Add listsnapshots property to zfs" --- system/zfs.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/system/zfs.py b/system/zfs.py index f2a38dddfd4..93248897051 100644 --- a/system/zfs.py +++ b/system/zfs.py @@ -96,11 +96,6 @@ options: - The jailed property. required: False choices: ['on','off'] - listsnapshots: - description: - - the listsnapshots property. - required: False - choices: ['on','off'] logbias: description: - The logbias property. @@ -356,7 +351,6 @@ 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']},