btrfs-progs: doc qgroup, sort subcommands alphabetically
Signed-off-by: David Sterba <dsterba@suse.cz>
This commit is contained in:
parent
9599de3922
commit
b07e5ca68e
|
@ -40,10 +40,6 @@ SUBCOMMAND
|
|||
Assign qgroup <src> as the child qgroup of <dst> in the btrfs filesystem
|
||||
identified by <path>.
|
||||
|
||||
*remove* <src> <dst> <path>::
|
||||
Remove the relationship between child qgroup <src> and parent qgroup <dst> in
|
||||
the btrfs filesystem identified by <path>.
|
||||
|
||||
*create* <qgroupid> <path>::
|
||||
Create a subvolume quota group.
|
||||
+
|
||||
|
@ -56,6 +52,17 @@ Destroy a qgroup.
|
|||
If a qgroup is no isolated,which means it is a parent or child qgroup, it
|
||||
can't be destroyed.
|
||||
|
||||
*limit* [options] <size>|none [<qgroupid>] <path>::
|
||||
Limit the size of a qgroup to <size> or no limit in the btrfs filesystem
|
||||
identified by <path>.
|
||||
+
|
||||
If <qgroupid> is not given, qgroup of the subvolume identified by <path>
|
||||
is used if possible.
|
||||
|
||||
*remove* <src> <dst> <path>::
|
||||
Remove the relationship between child qgroup <src> and parent qgroup <dst> in
|
||||
the btrfs filesystem identified by <path>.
|
||||
|
||||
*show* [options] <path>::
|
||||
Show all qgroups in the btrfs filesystem identified by <path>.
|
||||
+
|
||||
|
@ -83,13 +90,6 @@ If no prefix is given, use ascending order by default.
|
|||
+
|
||||
If multiple <attr>s is given, use comma to separate.
|
||||
|
||||
*limit* [options] <size>|none [<qgroupid>] <path>::
|
||||
Limit the size of a qgroup to <size> or no limit in the btrfs filesystem
|
||||
identified by <path>.
|
||||
+
|
||||
If <qgroupid> is not given, qgroup of the subvolume identified by <path>
|
||||
is used if possible.
|
||||
|
||||
EXIT STATUS
|
||||
-----------
|
||||
*btrfs qgroup* returns a zero exit status if it succeeds. Non zero is
|
||||
|
|
Loading…
Reference in New Issue