]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - super0.c
Add new mode: --incremental
[thirdparty/mdadm.git] / super0.c
index 757d9056672b2f1110acbdae5ea2d08da19fde73..8f328436b86a8667b189f87a00bc32c98b875f92 100644 (file)
--- a/super0.c
+++ b/super0.c
@@ -110,6 +110,9 @@ static void examine_super0(void *sbv, char *homehost)
        } else
                printf("           UUID : %08x\n", sb->set_uuid0);
 
+       if (sb->not_persistent)
+               printf("           Eedk : not persistent\n");
+
        atime = sb->ctime;
        printf("  Creation Time : %.24s\n", ctime(&atime));
        c=map_num(pers, sb->level);