Actions
Bug #1977
closedzfs allow arguments not parsed correctly after pyzfs removal
Start date:
2012-01-11
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
After the pyzfs removal, zfs unallow won't cause an error if the user
and ability are omitted.
delphix@bird:~$ zfs allow domain0/test
---- Permissions on domain0/test -------------------------------------
Local+Descendent permissions:
user delphix snapshot
delphix@bird:~$ zfs unallow domain0/test
---- Permissions on domain0/test -------------------------------------
Local+Descendent permissions:
user delphix snapshot
delphix@bird:~$ zfs unallow r domain0/test Permissions on domain0/test -------------------------------------
---
Local+Descendent permissions:
user delphix snapshot
delphix@bird:~$ zfs unallow delphix snapshot domain0/test
delphix@bird:~$ zfs allow domain0/test
delphix@bird:~$ zfs unallow domain0/test
Actions