]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - super-intel.c
tests/06name: adjust for homehost
[thirdparty/mdadm.git] / super-intel.c
index eca1de7e7f1d79b6acf31ec9f02d70ed3edb4991..34dfb8f5da3c9f2c5b2e8fc415ecf1ac47f758b8 100644 (file)
@@ -641,7 +641,12 @@ static void brief_examine_super_imsm(struct supertype *st)
 
 static void detail_super_imsm(struct supertype *st, char *homehost)
 {
-       printf("%s\n", __FUNCTION__);
+       struct mdinfo info;
+       char nbuf[64];
+
+       getinfo_super_imsm(st, &info);
+       fname_from_uuid(st, &info, nbuf,'-');
+       printf("\n           UUID : %s\n", nbuf + 5);
 }
 
 static void brief_detail_super_imsm(struct supertype *st)