summaryrefslogtreecommitdiff
path: root/Documentation/btrfs-qgroup.asciidoc
diff options
context:
space:
mode:
authorQu Wenruo <wqu@suse.com>2018-08-06 14:00:07 +0800
committerDavid Sterba <dsterba@suse.com>2018-10-31 18:24:14 +0100
commitdda84b8a162a0bfb85a9b81376579c7b48ef73d0 (patch)
tree16c9ee9a93de7094ff4270c9f1eb42cc5f993ff5 /Documentation/btrfs-qgroup.asciidoc
parent922e5551080f78261d56d9e4b2ad5d583150e5a8 (diff)
btrfs-progs: qgroup: make --rescan the default behavior after assign
Even though we have --rescan option, it still needs the user to manually specify it or call quota rescan command. This does not make much sense for the most common usecase and only confuses users. When the rescan is not desired, the --no-rescan option can be used, eg. when a mass qgruop assignment happens and the repeated rescan would slow things down. This is considered a marginal usecase. Signed-off-by: Qu Wenruo <wqu@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'Documentation/btrfs-qgroup.asciidoc')
-rw-r--r--Documentation/btrfs-qgroup.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/btrfs-qgroup.asciidoc b/Documentation/btrfs-qgroup.asciidoc
index 3108457c..ad10f04d 100644
--- a/Documentation/btrfs-qgroup.asciidoc
+++ b/Documentation/btrfs-qgroup.asciidoc
@@ -47,8 +47,8 @@ identified by <path>.
`Options`
+
--rescan::::
-Automatically schedule quota rescan if the new qgroup assignment leads to
-quota inconsistency.
+(default since: 4.19) Automatically schedule quota rescan if the new qgroup
+assignment would lead to quota inconsistency.
--no-rescan::::
Explicitly ask not to do a rescan.