Message ID | 20220122232833.304515-1-hi@alyssa.is (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | btrfs-progs: docs: fix typo in btrfs-balance(8) | expand |
On Sat, Jan 22, 2022 at 11:28:33PM +0000, Alyssa Ross wrote: > Signed-off-by: Alyssa Ross <hi@alyssa.is> > --- > Documentation/btrfs-balance.asciidoc | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/btrfs-balance.asciidoc b/Documentation/btrfs-balance.asciidoc > index feccea48..e7620cca 100644 > --- a/Documentation/btrfs-balance.asciidoc > +++ b/Documentation/btrfs-balance.asciidoc > @@ -27,7 +27,8 @@ is temporarily stored as an internal state and will be resumed upon mount, > unless the mount option 'skip_balance' is specified. > > WARNING: running balance without filters will take a lot of time as it basically > -move data/metadata from the whol filesystem and needs to update all block pointers. > +move data/metadata from the whole filesystem and needs to update all block > +pointers. Thanks for the fix, it's been already fixed during the conversion from asciidoc to RST (https://github.com/kdave/btrfs-progs/blame/devel/Documentation/btrfs-balance.rst#L36) The .asciidoc files still exist in the master branch but have been removed in devel, there might be some duplication until the next major release.
diff --git a/Documentation/btrfs-balance.asciidoc b/Documentation/btrfs-balance.asciidoc index feccea48..e7620cca 100644 --- a/Documentation/btrfs-balance.asciidoc +++ b/Documentation/btrfs-balance.asciidoc @@ -27,7 +27,8 @@ is temporarily stored as an internal state and will be resumed upon mount, unless the mount option 'skip_balance' is specified. WARNING: running balance without filters will take a lot of time as it basically -move data/metadata from the whol filesystem and needs to update all block pointers. +move data/metadata from the whole filesystem and needs to update all block +pointers. The filters can be used to perform following actions:
Signed-off-by: Alyssa Ross <hi@alyssa.is> --- Documentation/btrfs-balance.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) base-commit: 8ad326b2f28c044cb6ed9016d7c3285e23b673c8