Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 684011 Details for
Bug 902137
<ignore> cannot be used more than once in mdadm.conf under ARRAY
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Backported patch that fixes problem for me.
mdadm-3.2.3-FIX-conf-ignores-assemble-ignore.patch (text/plain), 364 bytes, created by
Jakov Sosic
on 2013-01-21 02:17:02 UTC
(
hide
)
Description:
Backported patch that fixes problem for me.
Filename:
MIME Type:
Creator:
Jakov Sosic
Created:
2013-01-21 02:17:02 UTC
Size:
364 bytes
patch
obsolete
>--- mdadm-3.2.3/config.c 2013-01-21 01:21:40.000000000 +0100 >+++ mdadm-3.2.3/config.c 2013-01-21 01:22:20.000000000 +0100 >@@ -1104,6 +1104,8 @@ > for (a1 = array_list; a1; a1 = a1->next) { > if (!a1->devname) > continue; >+ if (strcmp(a1->devname, "<ignore>") == 0) >+ continue; > for (a2 = a1->next; a2; a2 = a2->next) { > if (!a2->devname) > continue;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 902137
: 684011