diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
commit | 932e4432596447eb9331cc2a2bb74a26a35b4efc (patch) | |
tree | 95161711ea07fd64f0c82d6e7943024c033dd5a8 /upstream/archlinux/man8/btrfs-qgroup.8 | |
parent | Adding debian version 4.22.0-1. (diff) | |
download | manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip |
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/archlinux/man8/btrfs-qgroup.8')
-rw-r--r-- | upstream/archlinux/man8/btrfs-qgroup.8 | 28 |
1 files changed, 10 insertions, 18 deletions
diff --git a/upstream/archlinux/man8/btrfs-qgroup.8 b/upstream/archlinux/man8/btrfs-qgroup.8 index 71718ce5..0abd9a53 100644 --- a/upstream/archlinux/man8/btrfs-qgroup.8 +++ b/upstream/archlinux/man8/btrfs-qgroup.8 @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "BTRFS-QGROUP" "8" "Feb 14, 2024" "6.7.1" "BTRFS" +.TH "BTRFS-QGROUP" "8" "May 03, 2024" "6.8.1" "BTRFS" .SH NAME btrfs-qgroup \- control the quota group of a btrfs filesystem .SH SYNOPSIS @@ -237,13 +237,11 @@ Given the following filesystem mounted at \fB/mnt/my\-vault\fP .INDENT 0.0 .INDENT 3.5 .sp -.nf -.ft C +.EX Label: none uuid: 60d2ab3b\-941a\-4f22\-8d1a\-315f329797b2 Total devices 1 FS bytes used 128.00KiB devid 1 size 5.00GiB used 536.00MiB path /dev/vdb -.ft P -.fi +.EE .UNINDENT .UNINDENT .sp @@ -251,8 +249,7 @@ Enable quota and create subvolumes. Check subvolume ids. .INDENT 0.0 .INDENT 3.5 .sp -.nf -.ft C +.EX $ cd /mnt/my\-vault $ btrfs quota enable . $ btrfs subvolume create a @@ -261,8 +258,7 @@ $ btrfs subvolume list . ID 261 gen 61 top level 5 path a ID 262 gen 62 top level 5 path b -.ft P -.fi +.EE .UNINDENT .UNINDENT .sp @@ -270,14 +266,12 @@ Create qgroup and set limit to 10MiB. .INDENT 0.0 .INDENT 3.5 .sp -.nf -.ft C +.EX $ btrfs qgroup create 1/100 . $ btrfs qgroup limit 10M 1/100 . $ btrfs qgroup assign 0/261 1/100 . $ btrfs qgroup assign 0/262 1/100 . -.ft P -.fi +.EE .UNINDENT .UNINDENT .sp @@ -285,8 +279,7 @@ And check qgroups. .INDENT 0.0 .INDENT 3.5 .sp -.nf -.ft C +.EX $ btrfs qgroup show . qgroupid rfer excl @@ -295,8 +288,7 @@ qgroupid rfer excl 0/261 16.00KiB 16.00KiB 0/262 16.00KiB 16.00KiB 1/100 32.00KiB 32.00KiB -.ft P -.fi +.EE .UNINDENT .UNINDENT .SH EXIT STATUS @@ -306,7 +298,7 @@ returned in case of failure. .SH AVAILABILITY .sp \fBbtrfs\fP is part of btrfs\-progs. Please refer to the documentation at -\fI\%https://btrfs.readthedocs.io\fP\&. +\X'tty: link https://btrfs.readthedocs.io'\fI\%https://btrfs.readthedocs.io\fP\X'tty: link'\&. .SH SEE ALSO .sp \fI\%btrfs\-quota(8)\fP, |