]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - super-ddf.c
Assemble: allow members of containers to be assembled and auto-assembled.
[thirdparty/mdadm.git] / super-ddf.c
index 4264bdf726984161af95874583a01d340764c6ff..98e75ad6948902cbc1a751f853e99c6d8b067471 100644 (file)
@@ -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)