diff options
author | Neil Brown <neilb@suse.de> | 2006-12-14 17:32:49 +1100 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2006-12-14 17:32:49 +1100 |
commit | 4a39c6f236fba4065c7b74f03791eb50759289ad (patch) | |
tree | 30448db7fa9bb6e9293c29b073c6958d4dcdb5ac /ChangeLog | |
parent | c5a6f9a61d166512f237fa88bd5867dfa4e81a70 (diff) | |
download | mdadm-4a39c6f236fba4065c7b74f03791eb50759289ad.tar.gz mdadm-4a39c6f236fba4065c7b74f03791eb50759289ad.tar.xz mdadm-4a39c6f236fba4065c7b74f03791eb50759289ad.zip |
Check device is large enough before hot-add.
This improves quality of error message.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ Changes Prior to this release - If two drives in a raid5 disappear at the same time, then "-Af" will add them both in rather than just one and forcing the array to 'clean'. This is slightly safer in some cases. + - Check device is large enough before hot-add: this improves quality + of error message. Changes Prior to 2.5.6 release - Fix bug which meant "bitmap=xxx" in mdadm.conf was not handled |