Message ID | 1421121196-13857-1-git-send-email-fancn.fnst@cn.fujitsu.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
diff --git a/Documentation/btrfs-qgroup.txt b/Documentation/btrfs-qgroup.txt index 8ce1c27..7e370bd 100644 --- a/Documentation/btrfs-qgroup.txt +++ b/Documentation/btrfs-qgroup.txt @@ -58,6 +58,15 @@ identified by <path>. + If <qgroupid> is not given, qgroup of the subvolume identified by <path> is used if possible. ++ +`Options` ++ +-c:::: +limit amount of data after compression. This is the default, it is currently not +possible to turn off this option. ++ +-e:::: +limit space exclusively assigned to this qgroup. *remove* <src> <dst> <path>:: Remove the relationship between child qgroup <src> and parent qgroup <dst> in
btrfs qgroup limit has two options -c and -e,. They were forgotten to add to manpage. Signed-off-by: Fan Chengniang <fancn.fnst@cn.fujitsu.com> --- Documentation/btrfs-qgroup.txt | 9 +++++++++ 1 file changed, 9 insertions(+)