summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2005-06-14 06:34:29 +0000
committerNeil Brown <neilb@suse.de>2005-06-14 06:34:29 +0000
commitbd72c2b2b81926ee5dc13c96512bc8a8b6b77e6a (patch)
treeae55950a840e4c389eb5228c1daa526fdcb0015b /ChangeLog
parent22892d5632b454a18be7fb36a82b4c1af691ef66 (diff)
downloadmdadm-bd72c2b2b81926ee5dc13c96512bc8a8b6b77e6a.tar.gz
mdadm-bd72c2b2b81926ee5dc13c96512bc8a8b6b77e6a.tar.xz
mdadm-bd72c2b2b81926ee5dc13c96512bc8a8b6b77e6a.zip
Allow --force flag with --grow
.. so that you can 'grow' a raid1 to only one device. Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 56ff63b..0e1c41a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,7 @@ Changes Prior to this release
unless -v is given (-vv gives the old behaviour with -Dsv).
This is because the device list can change and so is not a
stable aspect of the array
+ - Allow --force with --grow so '-Gfn1' works (on raid1)
Changes Prior to 1.11.0 release
- Fix embarassing bug which causes --add to always fail.