Bugzilla – Attachment 65557 Details for
Bug 146514
mdadm --assemble core dumps on uuid
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
fix update test
assemble-core-dump (text/plain), 710 bytes, created by
Greg Edwards
on 2006-01-29 16:31:26 UTC
(
hide
)
Description:
fix update test
Filename:
MIME Type:
Creator:
Greg Edwards
Created:
2006-01-29 16:31:26 UTC
Size:
710 bytes
patch
obsolete
>--- > Assemble.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >Index: mdadm-2.2/Assemble.c >=================================================================== >--- mdadm-2.2.orig/Assemble.c 2006-01-29 10:22:41.000000000 -0600 >+++ mdadm-2.2/Assemble.c 2006-01-29 10:22:56.000000000 -0600 >@@ -219,7 +219,7 @@ int Assemble(struct supertype *st, char > } > if (dfd >= 0) close(dfd); > >- if (ident->uuid_set && (!update && strcmp(update, "uuid")!= 0) && >+ if (ident->uuid_set && (update && strcmp(update, "uuid")!= 0) && > (!super || same_uuid(info.uuid, ident->uuid, tst->ss->swapuuid)==0)) { > if ((inargv && verbose >= 0) || verbose > 0) > fprintf(stderr, Name ": %s has wrong uuid.\n",
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 146514
: 65557