diff options
author | NeilBrown <neilb@suse.de> | 2009-05-11 07:18:20 +0200 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2009-05-11 07:18:20 +0200 |
commit | 061f2c6abd014c9f30ca2d784cb535e3e3452c65 (patch) | |
tree | 63c5696cf22393743a3506aee8adfaf2222f4961 /super-ddf.c | |
parent | mdadm.8 general updates (diff) | |
download | mdadm-061f2c6abd014c9f30ca2d784cb535e3e3452c65.tar.xz mdadm-061f2c6abd014c9f30ca2d784cb535e3e3452c65.zip |
Make --brief even briefer.
Because ---examine --brief, or --detail --brief are
often used to create mdadm.conf, and because people don't want to
have to update their mdadm.conf unnecessarily, we don't want to
include information that might change.
And now that level changing is supported, that is almost everything
but UUID.
So move some more fields into the "Only print with --verbose" class.
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'super-ddf.c')
-rw-r--r-- | super-ddf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/super-ddf.c b/super-ddf.c index fa4d351c..77a481f3 100644 --- a/super-ddf.c +++ b/super-ddf.c @@ -1162,7 +1162,7 @@ static void getinfo_super_ddf(struct supertype *st, struct mdinfo *info); static void uuid_from_super_ddf(struct supertype *st, int uuid[4]); -static void brief_examine_super_ddf(struct supertype *st) +static void brief_examine_super_ddf(struct supertype *st, int verbose) { /* We just write a generic DDF ARRAY entry */ |