summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2005-06-14 06:34:23 +0000
committerNeil Brown <neilb@suse.de>2005-06-14 06:34:23 +0000
commit22892d5632b454a18be7fb36a82b4c1af691ef66 (patch)
treef3c723ec1101fff5f565fc8ff122361f3375925a /ChangeLog
parentb79713f8c103031e10bb41bb552a023a884b2ad4 (diff)
downloadmdadm-22892d5632b454a18be7fb36a82b4c1af691ef66.tar.gz
mdadm-22892d5632b454a18be7fb36a82b4c1af691ef66.tar.xz
mdadm-22892d5632b454a18be7fb36a82b4c1af691ef66.zip
Don't list device= in --examine --scan output.
As the device list isn't stable, recording it should be avoided. The device= list is still available if --verbose is given (once). Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4288e1..56ff63b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,10 @@ Changes Prior to this release
- Fix rounding errors in human_size()
- Fix silly example in mdadm.conf-examples
- When finding a /dev name for a device, prefer shorter names
+ - Suppress listing of devices= in --brief output of -D or -E,
+ unless -v is given (-vv gives the old behaviour with -Dsv).
+ This is because the device list can change and so is not a
+ stable aspect of the array
Changes Prior to 1.11.0 release
- Fix embarassing bug which causes --add to always fail.