From b0029a96f2c6a178183602e1ff11d8d3660ee8fb Mon Sep 17 00:00:00 2001 From: Zhi Yong Wu Date: Thu, 21 Mar 2013 16:33:37 +0800 Subject: [PATCH] btrfs-progs: add missing qgroup synopsis in btrfs Signed-off-by: Zhi Yong Wu --- man/btrfs.8.in | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/man/btrfs.8.in b/man/btrfs.8.in index 08e5fd7..8ec5d5a 100644 --- a/man/btrfs.8.in +++ b/man/btrfs.8.in @@ -60,6 +60,18 @@ btrfs \- control a btrfs filesystem \fBbtrfs\fP \fBinspect-internal logical-resolve\fP [-Pv] [-s size] \fI\fP \fI\fP .PP +\fBbtrfs\fP \fBqgroup assign\fP \fI\fP \fI\fP \fI\fP +.PP +\fBbtrfs\fP \fBqgroup remove\fP \fI\fP \fI\fP \fI\fP +.PP +\fBbtrfs\fP \fBqgroup create\fP \fI\fP \fI\fP +.PP +\fBbtrfs\fP \fBqgroup destroy\fP \fI\fP \fI\fP +.PP +\fBbtrfs\fP \fBqgroup show\fP \fI\fP +.PP +\fBbtrfs\fP \fBqgroup limit\fP [options] \fI\fP|\fBnone\fP [\fI\fP] \fI\fP +.PP \fBbtrfs\fP \fBhelp|\-\-help \fP\fI\fP .PP \fBbtrfs\fP \fB \-\-help \fP\fI\fP @@ -447,6 +459,31 @@ verbose mode. print count of returned paths and all ioctl() return values set inode container's size. This is used to increase inode container's size in case it is not enough to read all the resolved results. The max value one can set is 64k. .RE +.TP + +\fBbtrfs qgroup assign\fP \fI\fP \fI\fP \fI\fP +Enable subvolume qgroup support for a filesystem. +.TP + +\fBbtrfs qgroup remove\fP \fI\fP \fI\fP \fI\fP +Remove a subvol from a quota group. +.TP + +\fBbtrfs qgroup create\fP \fI\fP \fI\fP +Create a subvolume quota group. +.TP + +\fBbtrfs qgroup destroy\fP \fI\fP \fI\fP +Destroy a subvolume quota group. +.TP + +\fBbtrfs qgroup show\fP \fI\fP +Show all subvolume quota groups. +.TP + +\fBbtrfs\fP \fBqgroup limit\fP [options] \fI\fP|\fBnone\fP [\fI\fP] \fI\fP +Limit the size of a subvolume quota group. +.RE .SH EXIT STATUS \fBbtrfs\fR returns a zero exist status if it succeeds. Non zero is returned in -- 2.7.4