summaryrefslogtreecommitdiffstats
path: root/Assemble.c
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2009-06-02 14:06:05 +1000
committerNeilBrown <neilb@suse.de>2009-06-02 14:06:05 +1000
commite0fe762a63889495695b773ad63d329a526fa4ed (patch)
treec6308081f83ba667e1a271abccb510e2fa4a7455 /Assemble.c
parent222a7bfd2ea1696f84fa2f98196f5bdd851ac548 (diff)
downloadmdadm-e0fe762a63889495695b773ad63d329a526fa4ed.tar.gz
mdadm-e0fe762a63889495695b773ad63d329a526fa4ed.tar.xz
mdadm-e0fe762a63889495695b773ad63d329a526fa4ed.zip
mdadm.8: Man page updates
General review and update of mdadm.8
Diffstat (limited to 'Assemble.c')
-rw-r--r--Assemble.c2
1 files changed, 2 insertions, 0 deletions
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");