]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - Assemble.c
mdadm.8: Man page updates
[thirdparty/mdadm.git] / Assemble.c
index e75c7e5eaf9c7615f062f6d61bcf20dfa9538772..963c95d4f72dc1c8384b2e92ead6c70d0bffe0e4 100644 (file)
@@ -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");