summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2005-06-07 23:25:48 +0000
committerNeil Brown <neilb@suse.de>2005-06-07 23:25:48 +0000
commitbe0b132b458b481c147e495fdf8c6eae66ce3a97 (patch)
tree16fa1568b1438668ebf5edf299a9c9c7e57a26e7
parent2f2c7c57a0a01ba5ac31c01eff7ce06ec2a8bcd9 (diff)
downloadmdadm-be0b132b458b481c147e495fdf8c6eae66ce3a97.tar.gz
mdadm-be0b132b458b481c147e495fdf8c6eae66ce3a97.tar.xz
mdadm-be0b132b458b481c147e495fdf8c6eae66ce3a97.zip
Document --size=max option for --grow
Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
-rw-r--r--ChangeLog2
-rw-r--r--mdadm.83
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25e0fec..c78a97e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
Changes Prior to 1.12.0 release
- Don't use 'lstat' to check for blockdevices, use stat.
- Get size calculation right when in Create when BLKGESIZE64 not available
+ - Document --size=max option for --grow
+
Changes Prior to 1.11.0 release
- Fix embarassing bug which causes --add to always fail.
diff --git a/mdadm.8 b/mdadm.8
index 3e1c64a..1a34690 100644
--- a/mdadm.8
+++ b/mdadm.8
@@ -344,6 +344,9 @@ for RAID level 1/4/5/6. If the array was created with a size smaller
than the currently active drives, the extra space can be accessed
using
.BR --grow .
+The size can be given as
+.B max
+which means to choose the largest size that fits all on all current drives.
.TP
.BR --assume-clean