linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] btrfs-progs: fsck: Add more explanation on low memory mode
@ 2016-05-20  2:21 Qu Wenruo
  2016-06-01 13:55 ` David Sterba
  0 siblings, 1 reply; 2+ messages in thread
From: Qu Wenruo @ 2016-05-20  2:21 UTC (permalink / raw)
  To: dsterba, linux-btrfs

It seems the initial support for low memory mode will come in recent
release, it's better to add more explanation on the unsupported
functions, to avoid user reporting known bugs.

Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com>
---
 Documentation/btrfs-check.asciidoc | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/Documentation/btrfs-check.asciidoc b/Documentation/btrfs-check.asciidoc
index 4e27863..6b09662 100644
--- a/Documentation/btrfs-check.asciidoc
+++ b/Documentation/btrfs-check.asciidoc
@@ -97,7 +97,14 @@ NOTE: Do not use unless you know what you're doing.
 check fs in low memory usage mode(experimental)
 May takes longer time than normal check.
 +
-NOTE: Doesn't work with '--repair' option yet.
+[NOTE]
+==========================
+As this feature is still under development, some functions are not implemented
+yet
+
+- No support for '--repair' yet.
+- Only reduce memory usage of extent tree check. No effect for fs tree yet.
+==========================
 
 EXIT STATUS
 -----------
-- 
2.8.2




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] btrfs-progs: fsck: Add more explanation on low memory mode
  2016-05-20  2:21 [PATCH] btrfs-progs: fsck: Add more explanation on low memory mode Qu Wenruo
@ 2016-06-01 13:55 ` David Sterba
  0 siblings, 0 replies; 2+ messages in thread
From: David Sterba @ 2016-06-01 13:55 UTC (permalink / raw)
  To: Qu Wenruo; +Cc: dsterba, linux-btrfs

On Fri, May 20, 2016 at 10:21:07AM +0800, Qu Wenruo wrote:
> It seems the initial support for low memory mode will come in recent
> release, it's better to add more explanation on the unsupported
> functions, to avoid user reporting known bugs.
> 
> Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com>
> ---
>  Documentation/btrfs-check.asciidoc | 9 ++++++++-
>  1 file changed, 8 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/btrfs-check.asciidoc b/Documentation/btrfs-check.asciidoc
> index 4e27863..6b09662 100644
> --- a/Documentation/btrfs-check.asciidoc
> +++ b/Documentation/btrfs-check.asciidoc
> @@ -97,7 +97,14 @@ NOTE: Do not use unless you know what you're doing.
>  check fs in low memory usage mode(experimental)
>  May takes longer time than normal check.
>  +
> -NOTE: Doesn't work with '--repair' option yet.
> +[NOTE]
> +==========================
> +As this feature is still under development, some functions are not implemented
> +yet
> +
> +- No support for '--repair' yet.
> +- Only reduce memory usage of extent tree check. No effect for fs tree yet.
> +==========================

The help text is too short to be useful, I'd like to see something more
comprehensive so the user knows what the low-mem mode does compared to
the current state.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-01 13:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-20  2:21 [PATCH] btrfs-progs: fsck: Add more explanation on low memory mode Qu Wenruo
2016-06-01 13:55 ` David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).