table of contents
other versions
- wheezy-backports 3.17-1.1~bpo70+1
- jessie 3.17-1.1
- jessie-backports 4.7.3-1~bpo8+1
- testing 4.7.3-1
- unstable 4.9.1-1
BTRFS-QGROUP(8) | Btrfs Manual | BTRFS-QGROUP(8) |
NAME¶
btrfs-qgroup - control the quota group of a btrfs filesystemSYNOPSIS¶
btrfs qgroup <subcommand> <args>DESCRIPTION¶
btrfs qgroup is used to control quota group(qgroup) of a btrfs filesystem.QGROUP¶
Quota group or qgroup in btrfs has its hierarchy like subvolume. One subvolume/snapshot can reach its quota limits if it consumes all the quota assigned to it or any of the parent qgroup(s).SUBCOMMAND¶
assign <src> <dst> <path>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.
For the 0/<subvolume id>'' qgroup, a qgroup can be created even
before the subvolume created.
destroy <qgroupid> <path>
Destroy a qgroup.
If a qgroup is no isolated,which means it is a parent or child qgroup, it
can’t be destroyed.
show [options] <path>
Show all qgroups in the btrfs filesystem
identified by <path>.
Options
-p
limit [options] <size>|none [<qgroupid>]
<path>
print parent qgroup id.
-c
print child qgroup id.
-r
print max referenced size of qgroup.
-e
print max exclusive size of qgroup.
-F
list all qgroups which impact the given
path(include ancestral qgroups)
-f
list all qgroups which impact the given
path(exclude ancestral qgroups)
--sort= <attr>[,<attr>]...
list qgroups in order of <attr>.
<attr> can be one or more of qgroupid,rfer,excl,max_rfer,max_excl.
Prefix '+' means ascending order and '-' means descending order of
<attr>. If no prefix is given, use ascending order by default.
If multiple '<attr>'s is given, use comma to separate.
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 returned in case of failure.AVAILABILITY¶
btrfs is part of btrfs-progs. Please refer to the btrfs wiki http://btrfs.wiki.kernel.org for further details.SEE ALSO¶
mkfs.btrfs(8), btrfs-subvolume(8), btrfs-quota(8),06/20/2015 | Btrfs v3.17 |