]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - Assemble.c
Report uuid in --detail --brief for ddf and intel
[thirdparty/mdadm.git] / Assemble.c
index 3d29d41b68a76d57bd834ff4c407f6877c75e378..a73e101ed047e75c139ab48b84a70f0c15270df2 100644 (file)
@@ -401,7 +401,7 @@ int Assemble(struct supertype *st, char *mddev, int mdfd,
                }
                st->ss->getinfo_super(st, &info);
                if (uuid_for_name)
-                       c = fname_from_uuid(st, &info, nbuf);
+                       c = fname_from_uuid(st, &info, nbuf, '-');
                else {
                        c = strchr(info.name, ':');
                        if (c) c++; else c= info.name;