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 632052 Details for
Bug 864368
/dev/mapper/mpathX is block device not symbolic link
[?]
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]
complete patch to use DM_UDEV_DISABLE_LIBRARY_FALLBACK in mpath tools
udev_flag_to_disable_dm_library_fallback_for_node_creation.patch (text/plain), 732 bytes, created by
Peter Rajnoha
on 2012-10-23 12:04:59 UTC
(
hide
)
Description:
complete patch to use DM_UDEV_DISABLE_LIBRARY_FALLBACK in mpath tools
Filename:
MIME Type:
Creator:
Peter Rajnoha
Created:
2012-10-23 12:04:59 UTC
Size:
732 bytes
patch
obsolete
>--- old/kpartx/devmapper.c 2012-08-21 19:39:32.000000000 +0200 >+++ new/kpartx/devmapper.c 2012-10-23 11:36:19.010105008 +0200 >@@ -78,7 +78,7 @@ dm_simplecmd (int task, const char *name > if (no_flush) > dm_task_no_flush(dmt); > >- if (udev_wait_flag && !dm_task_set_cookie(dmt, cookie, 0)) >+ if (udev_wait_flag && !dm_task_set_cookie(dmt, cookie, DM_UDEV_DISABLE_LIBRARY_FALLBACK)) > goto out; > r = dm_task_run(dmt); > >@@ -128,7 +128,7 @@ dm_addmap (int task, const char *name, c > > dm_task_no_open_count(dmt); > >- if (task == DM_DEVICE_CREATE && !dm_task_set_cookie(dmt, cookie, 0)) >+ if (task == DM_DEVICE_CREATE && !dm_task_set_cookie(dmt, cookie, DM_UDEV_DISABLE_LIBRARY_FALLBACK)) > goto addout; > r = dm_task_run (dmt); >
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 864368
:
632040
|
632052
|
632055