diff options
author | Eric Taylor <Eric.Taylor@Sun.COM> | 2009-09-21 08:55:28 -0600 |
---|---|---|
committer | Eric Taylor <Eric.Taylor@Sun.COM> | 2009-09-21 08:55:28 -0600 |
commit | 681d9761e8516a7dc5ab6589e2dfe717777e1123 (patch) | |
tree | ea18f070a7e3d7bd82dc2844a3e91008816dcd22 /usr/src/lib/pyzfs/common | |
parent | 14d3298ea5ac04e3c29e86a4769ff92a49e9f4af (diff) | |
download | illumos-gate-681d9761e8516a7dc5ab6589e2dfe717777e1123.tar.gz |
6438937 if 'zfs destroy' fails, it can leave a zvol device link missing
6573142 zpool destruction/export should better handle stale zvol links
6718816 ZFS volinit fails when ZFS root pool full
6761786 zpool import with 8500 snapshots took 11hours
6604403 replace volinit/volfini with /dev fs vnode ops
6847760 zfs volinit may happen a little too soon during boot
6488792 Warnings on console whenever a volume is created.
6738837 assertion failure in sdev_open
6878496 dmu_objset_own returns EINVAL instead of EROFS in some situations
Diffstat (limited to 'usr/src/lib/pyzfs/common')
-rw-r--r-- | usr/src/lib/pyzfs/common/allow.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/pyzfs/common/allow.py b/usr/src/lib/pyzfs/common/allow.py index a5c012e338..1fa37e2c46 100644 --- a/usr/src/lib/pyzfs/common/allow.py +++ b/usr/src/lib/pyzfs/common/allow.py @@ -204,8 +204,8 @@ def args_to_perms(parser, options, who, perms): perms_subcmd = dict( create=_("Must also have the 'mount' ability"), destroy=_("Must also have the 'mount' ability"), - snapshot=_("Must also have the 'mount' ability"), - rollback=_("Must also have the 'mount' ability"), + snapshot="", + rollback="", clone=_("""Must also have the 'create' ability and 'mount' \t\t\t\tability in the origin file system"""), promote=_("""Must also have the 'mount' |