diff options
author | Richard Laager <[email protected]> | 2019-04-16 12:12:08 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-04-16 10:12:08 -0700 |
commit | 8750edf1f75e4f02c353be490309940f11115f23 (patch) | |
tree | f850cd65367150f4a0d8deada8ff4d29fb576de3 /man | |
parent | 6c0f78f8a35122e63c9c92475678174d9575afdf (diff) |
zfs allow refreservation needed for zfs create -V
When creating a non-sparse volume, zfs create sets a refreservation.
Accordingly, one needs the "refreservation" ability in addition to the
"create" ability in order to create a non-sparse volume.
Reviewed-by: Brian Behlendorf <[email protected]>
Reported-by: github.com/homerlinux
Reported-by: Matthew Ahrens <[email protected]>
Signed-off-by: Richard Laager <[email protected]>
Closes #8531
Closes #8624
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zfs.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index eaa98212f..36ab9353f 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -4177,7 +4177,9 @@ allow subcommand Must also have the permission that is being allowed clone subcommand Must also have the 'create' ability and 'mount' ability in the origin file system -create subcommand Must also have the 'mount' ability +create subcommand Must also have the 'mount' ability. + Must also have the 'refreservation' ability to + create a non-sparse volume. destroy subcommand Must also have the 'mount' ability diff subcommand Allows lookup of paths within a dataset given an object number, and the ability |