diff options
author | Neil Brown <neilb@suse.de> | 2006-12-14 17:32:53 +1100 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2006-12-14 17:32:53 +1100 |
commit | ab5303d695eb7249b9462f9ad4e973711622a9c5 (patch) | |
tree | a9599db5e14cce7402615d72084ddb826c09d060 /ChangeLog | |
parent | 4a39c6f236fba4065c7b74f03791eb50759289ad (diff) | |
download | mdadm-ab5303d695eb7249b9462f9ad4e973711622a9c5.tar.gz |
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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |