rpms/mdadm/F-12 mdadm-3.1.1-imsm.patch,NONE,1.1

Doug Ledford dledford at fedoraproject.org
Sun Feb 21 15:32:18 UTC 2010


Author: dledford

Update of /cvs/extras/rpms/mdadm/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30726

Added Files:
	mdadm-3.1.1-imsm.patch 
Log Message:
* Sun Feb 21 2010 Doug Ledford <dledford at redhat.com> - 3.1.1-0.gcd9a8b5.4
- Fix problem with booting multiple imsm containers when they aren't listed
  "just so" in the mdadm.conf file (bz554974)


mdadm-3.1.1-imsm.patch:
 Assemble.c |    7 -------
 1 file changed, 7 deletions(-)

--- NEW FILE mdadm-3.1.1-imsm.patch ---
diff --git a/Assemble.c b/Assemble.c
index e4d6181..72f7942 100644
--- a/Assemble.c
+++ b/Assemble.c
@@ -434,13 +434,6 @@ int Assemble(struct supertype *st, char *mddev,
 				}
 			}
 			st = tst; tst = NULL;
-			if (!auto_assem && tmpdev->next != NULL) {
-				fprintf(stderr, Name ": %s is a container, but is not "
-					"only device given: confused and aborting\n",
-					devname);
-				st->ss->free_super(st);
-				return 1;
-			}
 			if (verbose > 0)
 				fprintf(stderr, Name ": found match on member %s in %s\n",
 					content->text_version, devname);



More information about the scm-commits mailing list