From 0826a8ddb90e577c5c359d8bca2571f167029f7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabr=C3=ADel=20Arth=C3=BAr=20P=C3=A9tursson?= Date: Mon, 28 Sep 2015 22:33:04 +0000 Subject: btrfs-progs: balance: add stripes filter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add new balance filter 'stripes=' to process only chunks that are spread accross given number of chunks. The range minimum and maximum are inclusive. Signed-off-by: Gabríel Arthúr Pétursson [ reworked a bit to use the range helpers, dropped the single value for stripes ] Signed-off-by: David Sterba --- Documentation/btrfs-balance.asciidoc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Documentation') diff --git a/Documentation/btrfs-balance.asciidoc b/Documentation/btrfs-balance.asciidoc index 3562a28..9adf778 100644 --- a/Documentation/btrfs-balance.asciidoc +++ b/Documentation/btrfs-balance.asciidoc @@ -137,6 +137,12 @@ only the single value format. + The range minimum and maximum are inclusive. +*stripes*:: +Balances only block groups which have the given number of stripes. The +parameter is a range specified as . ++ +The range minimum and maximum are inclusive. + *soft*:: Takes no parameters. Only has meaning when converting between profiles. When doing convert from one profile to another and soft mode is on, -- cgit v1.2.1