diff options
author | Neil Brown <neilb@suse.de> | 2005-04-04 05:16:10 +0000 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2005-04-04 05:16:10 +0000 |
commit | 8d80900b492998a112eda80614a793012bee2770 (patch) | |
tree | 5f5e4d00396ccd6b6606ec56a191e17240a9d97a /ChangeLog | |
parent | 182661f4097636eb5578ca1d8291880114f15ad0 (diff) | |
download | mdadm-8d80900b492998a112eda80614a793012bee2770.tar.gz mdadm-8d80900b492998a112eda80614a793012bee2770.tar.xz mdadm-8d80900b492998a112eda80614a793012bee2770.zip |
When assembling with --auto, honour common device names
Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ Changes Prior to 1.9.0 release - Fix rpm build problem (stray %) - Minor manpage updates - Change "dirty" status to "active" as it was confusing people. + - --assemble --auto recognises 'standard' name and insists on using + the appropriate major/minor number for them. + - Remove underscore from partition names, so partitions of + "foo" are "foo1", "foo2" etc (unchanged) and partitions of + "f00" are "f00p1", "f00p2" etc rather than "f00_p1"... Changes Prior to 1.8.0 release - Makefile cleanup from Luca Berra <bluca@comedia.it> |