From 8382f19bdcc6d2d1de92154e11129acdcaab10fa Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Thu, 21 Dec 2006 17:10:52 +1100 Subject: Add new mode: --incremental --incremental allows arrays to be assembled one device at a time. This is expected to be used with udev. --- super0.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'super0.c') diff --git a/super0.c b/super0.c index 757d905..8f32843 100644 --- 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); -- cgit