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 289787 Details for
Bug 425995
segfault in dm_flush_map when wwid changes on storage
[?]
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]
Patch that uses EL5 mpio behaviour
null-pointer.patch (text/plain), 731 bytes, created by
John Sobecki
on 2007-12-17 17:14:09 UTC
(
hide
)
Description:
Patch that uses EL5 mpio behaviour
Filename:
MIME Type:
Creator:
John Sobecki
Created:
2007-12-17 17:14:09 UTC
Size:
731 bytes
patch
obsolete
>--- multipath-tools-0.4.5.64/multipath/main.c.orig 2007-10-11 11:31:05.000000000 -0600 >+++ multipath-tools-0.4.5.64/multipath/main.c 2007-10-11 11:32:00.000000000 -0600 >@@ -496,7 +496,7 @@ > > if (!find_mp_by_wwid(curmp, mpp->wwid)) { > condlog(2, "remove: %s (wwid changed)", cmpp->alias); >- dm_flush_map(mpp->alias, NULL); >+ dm_flush_map(mpp->alias, DEFAULT_TARGET); > strncat(cmpp->wwid, mpp->wwid, WWID_SIZE); > drop_multipath(curmp, cmpp->wwid, KEEP_PATHS); > mpp->action = ACT_CREATE; >@@ -681,7 +681,7 @@ > condlog(3, "%s: failed to load map " > "(a path might be in use)", > mpp->alias); >- dm_flush_map(mpp->alias, NULL); >+ dm_flush_map(mpp->alias, DEFAULT_TARGET); > } > > lock_multipath(mpp, 0);
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 425995
: 289787