summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2006-06-26 12:26:09 +1000
committerNeil Brown <neilb@suse.de>2006-06-26 12:26:09 +1000
commit7eae7080e2e9edd69d31ae2c88d9e28d1c24217c (patch)
tree4418e400c725690d29f3e66752515bab63f3fe77 /ChangeLog
parentc3684618b7cc50a12a651bf2f83f62b24ba95bcd (diff)
downloadmdadm-7eae7080e2e9edd69d31ae2c88d9e28d1c24217c.tar.gz
mdadm-7eae7080e2e9edd69d31ae2c88d9e28d1c24217c.tar.xz
mdadm-7eae7080e2e9edd69d31ae2c88d9e28d1c24217c.zip
Work around bug in --add handling for version-1 superblocks
In 2.6.17 (and prior), the dev_number is ignored when a device is added to an active array. Rather the first free number is used. So we work around this by making sure we use the first free number for dev_number. Description...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6b1a13..ecbb598 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@ Changes Prior to this release
- Stop map_dev from returning [0:0], as that breaks things.
- Add 'Array Slot' line to --examine for version-1 superblocks
to make it a bit easier to see what is happening.
+ - Work around bug in --add handling for version-1 superblocks
+ in 2.6.17 (and prior).
Changes Prior to 2.5.1 release
- Various fixes for gcc warnings