From dda84b8a162a0bfb85a9b81376579c7b48ef73d0 Mon Sep 17 00:00:00 2001 From: Qu Wenruo Date: Mon, 6 Aug 2018 14:00:07 +0800 Subject: 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 Signed-off-by: David Sterba --- Documentation/btrfs-qgroup.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Documentation') 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 . `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. -- cgit v1.2.3