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 1446244 Details for
Bug 1584648
multipath -ll does not show any warning for invalid multipath device map passed as an argument
[?]
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]
Proposed Patch v1
no_mpath_warning.patch (text/plain), 1.01 KB, created by
Milan P. Gandhi
on 2018-05-31 11:51:17 UTC
(
hide
)
Description:
Proposed Patch v1
Filename:
MIME Type:
Creator:
Milan P. Gandhi
Created:
2018-05-31 11:51:17 UTC
Size:
1.01 KB
patch
obsolete
>Signed-off-by: Milan P. Gandhi <mgandhi@redhat.com> >--- >Index: multipath-tools-130222/libmultipath/configure.c >=================================================================== >--- multipath-tools-130222.orig/libmultipath/configure.c >+++ multipath-tools-130222/libmultipath/configure.c >@@ -976,7 +976,8 @@ coalesce_paths (struct vectors * vecs, v > if (!conf->daemon && !check_daemon()) > condlog(0, "'multipathd' service is currently not " > "running, IO failover/failback will not work"); >- } >+ } else >+ condlog(0, "No multipath device maps found"); > > return 0; > } >Index: multipath-tools-130222/multipath/main.c >=================================================================== >--- multipath-tools-130222.orig/multipath/main.c >+++ multipath-tools-130222/multipath/main.c >@@ -246,7 +246,8 @@ get_dm_mpvec (vector curmp, vector pathv > condlog(0, "IO failover/failback will not work without " > "'multipathd' service running"); > } >- } >+ } else >+ condlog(0, "No multipath device maps found"); > > return 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 1584648
: 1446244