summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2006-12-14 17:32:53 +1100
committerNeil Brown <neilb@suse.de>2006-12-14 17:32:53 +1100
commitab5303d695eb7249b9462f9ad4e973711622a9c5 (patch)
treea9599db5e14cce7402615d72084ddb826c09d060 /ChangeLog
parent4a39c6f236fba4065c7b74f03791eb50759289ad (diff)
downloadmdadm-ab5303d695eb7249b9462f9ad4e973711622a9c5.tar.gz
mdadm-ab5303d695eb7249b9462f9ad4e973711622a9c5.tar.xz
mdadm-ab5303d695eb7249b9462f9ad4e973711622a9c5.zip
Don't hold md device open for so long in --monitor mode
map_dev can be slow and interferes with trying to stop the array.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94a39e8..c4e5db3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,8 @@ Changes Prior to this release
to 'clean'. This is slightly safer in some cases.
- Check device is large enough before hot-add: this improves quality
of error message.
+ - Don't hold md device open for so long in --monitor mode - map_dev
+ can be slow and interferes with trying to stop the array.
Changes Prior to 2.5.6 release
- Fix bug which meant "bitmap=xxx" in mdadm.conf was not handled