diff options
author | Neil Brown <neilb@suse.de> | 2007-08-20 14:14:25 +1000 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2007-08-20 14:14:25 +1000 |
commit | 005debfc11b4cbe653503667423df98b64e5be0e (patch) | |
tree | 539d8b658f5d4f2ef5b23d204673209d69b3b6c6 /ChangeLog | |
parent | 85375d6de14581ca9641ceed15f1c36b65601364 (diff) | |
download | mdadm-005debfc11b4cbe653503667423df98b64e5be0e.tar.gz |
Fix problem with add a device to a 1.x array created with older mdadm.
When adding new disk to an array, don't reserve so much bitmap
space that the disk cannot store the required data. (Needed when
1.x array was created with older mdadm).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ Changes Prior to this release - allow --write-behind to be set for --grow. + - When adding new disk to an array, don't reserve so much bitmap + space that the disk cannot store the required data. (Needed when + 1.x array was created with older mdadm). Changes Prior to 2.6.2 release - --fail detached and --remove faulty can be used to fail and |