diff options
author | Luca Berra <bluca@comedia.it> | 2006-10-16 15:26:53 +1000 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2006-10-16 15:26:53 +1000 |
commit | 435d4ebb2e39fec062e201d287e8f73369291522 (patch) | |
tree | e545579e6e07580ada3237aef9e9bf72bce4dc25 /ChangeLog | |
parent | b39827de21032f5bda931242f232ec9c3cb7da98 (diff) | |
download | mdadm-435d4ebb2e39fec062e201d287e8f73369291522.tar.gz mdadm-435d4ebb2e39fec062e201d287e8f73369291522.tar.xz mdadm-435d4ebb2e39fec062e201d287e8f73369291522.zip |
Mdassemble improvements
From: Luca Berra <bluca@comedia.it>
- Fix a bug where mdassemble didn't close a filedescriptor and so couldn't assembele
stacked arrays.
- Allow mdassemble, when run a second time, to mark all arrays as writable.
This is useful if they are started read-only as is best at boot-time.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ Changes Prior to this release - Reduce maximum bitmap usage when working with bitmap files, so that a only single-page allocations are made, even on 64bit hosts with 4K pages. + - Close stray fd in mdassemble so that it can assemble stacked + devices + - If mdassemble finds an array already assembled, it marks it + read-write. Changes Prior to 2.5.4 release - When creating devices in /dev/md/ create matching symlinks |