From e0fe762a63889495695b773ad63d329a526fa4ed Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Tue, 2 Jun 2009 14:06:05 +1000 Subject: mdadm.8: Man page updates General review and update of mdadm.8 --- Assemble.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Assemble.c') diff --git a/Assemble.c b/Assemble.c index e75c7e5..963c95d 100644 --- a/Assemble.c +++ b/Assemble.c @@ -188,6 +188,8 @@ int Assemble(struct supertype *st, char *mddev, if (!devlist && ident->uuid_set == 0 && ident->super_minor < 0 && + ident->name[0] == 0 && + (ident->container == NULL || ident->member == NULL) && ident->devices == NULL) { fprintf(stderr, Name ": No identity information available for %s - cannot assemble.\n", mddev ? mddev : "further assembly"); -- cgit