summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2005-06-14 06:32:18 +0000
committerNeil Brown <neilb@suse.de>2005-06-14 06:32:18 +0000
commit91f068bf5cc423d7f7d3feba63e4c7add3a786de (patch)
treee6a730c4b25408514b2e3250ea83d02e6400250a /ChangeLog
parentb8f72a621b55d23595e4743d7b697fed0e30583a (diff)
downloadmdadm-91f068bf5cc423d7f7d3feba63e4c7add3a786de.tar.gz
mdadm-91f068bf5cc423d7f7d3feba63e4c7add3a786de.tar.xz
mdadm-91f068bf5cc423d7f7d3feba63e4c7add3a786de.zip
Retry --stop --scan until all stoppable devices have been stopped
This is needed to reliably stop stacked arrays Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c5780d9..38e6758 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@ Changes Prior to this release
- Don't use 'lstat' to check for blockdevices, use stat.
- Document --size=max option for --grow
- Document SparesMissing event and DeviceDisappeared/WrongLevel
+ - --stop --scan repeatly cycles until no more progress can be made
+ so that stack devices are stopped properly
Changes Prior to 1.11.0 release
- Fix embarassing bug which causes --add to always fail.