diff options
author | Neil Brown <neilb@suse.de> | 2006-08-07 11:30:02 +1000 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2006-08-07 11:30:02 +1000 |
commit | 60248f743376a69e155f2a48cb77b89b281602ff (patch) | |
tree | 0001525f78349b7009e1a89eb0fa5f30b34da8d7 /ChangeLog | |
parent | 43f2372a034d49a9512685c5aacfcdfc67665580 (diff) | |
download | mdadm-60248f743376a69e155f2a48cb77b89b281602ff.tar.gz mdadm-60248f743376a69e155f2a48cb77b89b281602ff.tar.xz mdadm-60248f743376a69e155f2a48cb77b89b281602ff.zip |
Tidyup automatic name choice for v-1 arrays
/dev/md_d0 now becomes '0', not '_d0'.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ Changes Prior to 2.5.3 release - Document v0.91 superblocks in md.4 - Make GPL explicit in man pages. - Fix recent breakage of starting degraded arrays. + - Tidyup automatic name choice for v-1 arrays: + /dev/md_d0 now becomes '0', not '_d0'. Changes Prior to 2.5.2 release - Fix problem with compiling with gcc-2 compilers |