summaryrefslogtreecommitdiffstats
path: root/super-ddf.c
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2008-11-04 20:50:38 +1100
committerNeilBrown <neilb@suse.de>2008-11-04 20:50:38 +1100
commitcf8de6913b63a99602cc2bb6e6ea7b9f9eb694d9 (patch)
tree759f20b5b4fddbb8b6bdc4c4092e39b1c1cf81aa /super-ddf.c
parent1771a6e214755311530a7099374df53d84e06a82 (diff)
downloadmdadm-cf8de6913b63a99602cc2bb6e6ea7b9f9eb694d9.tar.gz
mdadm-cf8de6913b63a99602cc2bb6e6ea7b9f9eb694d9.tar.xz
mdadm-cf8de6913b63a99602cc2bb6e6ea7b9f9eb694d9.zip
Don't give array name in --examine --brief output if it is doubtful.
Now that mdadm.conf doesn't need an array name, we don't need to give one if the array cannot reliably provide one.
Diffstat (limited to 'super-ddf.c')
-rw-r--r--super-ddf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/super-ddf.c b/super-ddf.c
index 4264bdf..98e75ad 100644
--- a/super-ddf.c
+++ b/super-ddf.c
@@ -1137,7 +1137,7 @@ static void brief_examine_super_ddf(struct supertype *st)
char nbuf[64];
getinfo_super_ddf(st, &info);
fname_from_uuid(st, &info, nbuf, ':');
- printf("ARRAY /dev/ddf metadata=ddf UUID=%s\n", nbuf + 5);
+ printf("ARRAY metadata=ddf UUID=%s\n", nbuf + 5);
}
static void detail_super_ddf(struct supertype *st, char *homehost)