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 307225 Details for
Bug 214809
Update userspace multipath for dm_hp_sw hardware handler
[?]
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]
Update hwtable.c based on latest upstream and other information.
214809_hwtable_hp_sw.patch (text/plain), 1.99 KB, created by
Dave Wysochanski
on 2008-05-30 18:13:27 UTC
(
hide
)
Description:
Update hwtable.c based on latest upstream and other information.
Filename:
MIME Type:
Creator:
Dave Wysochanski
Created:
2008-05-30 18:13:27 UTC
Size:
1.99 KB
patch
obsolete
>--- multipath-tools-0.4.5.72/libmultipath/hwtable.c 2008-05-30 13:48:44.000000000 -0400 >+++ multipath-tools-0.4.5.72/libmultipath/hwtable.c 2008-05-30 13:48:52.000000000 -0400 >@@ -13,10 +13,7 @@ > > r += store_hwe(hw, "3PARdata", "VV", MULTIBUS, DEFAULT_GETUID); > r += store_hwe(hw, "APPLE*", "Xserve RAID ", MULTIBUS, DEFAULT_GETUID); >- r += store_hwe(hw, "COMPAQ", "HSV110.*", GROUP_BY_SERIAL, DEFAULT_GETUID); >- r += store_hwe(hw, "COMPAQ", "MSA1000", GROUP_BY_SERIAL, DEFAULT_GETUID); > r += store_hwe(hw, "DDN", "SAN DataDirector", MULTIBUS, DEFAULT_GETUID); >- r += store_hwe(hw, "DEC", "HSG80", GROUP_BY_SERIAL, DEFAULT_GETUID); > r += store_hwe(hw, "EMC", "SYMMETRIX", MULTIBUS, > "/sbin/scsi_id -g -u -ppre-spc3-83 -s /block/%n"); > r += store_hwe(hw, "FSC", "CentricStor", GROUP_BY_SERIAL, DEFAULT_GETUID); >@@ -31,10 +28,21 @@ > r + store_hwe_ext(hw, "GNBD", "GNBD", MULTIBUS, > "/sbin/gnbd_import -q -U /block/%n", NULL, "0", "0", > "directio", FAILBACK_UNDEF, NULL, 0, 0, 0); >+ r += store_hwe_ext(hw, "DEC", "HSG80", GROUP_BY_PRIO, >+ DEFAULT_GETUID, "/sbin/mpath_prio_hp_sw /dev/%n", >+ "1 hp-sw", "1 queue_if_no_path", "hp_sw", >+ FAILBACK_UNDEF, NULL, 12, 0, 100); >+ /* MSA 1000/MSA 1500 EVA 3000/5000 with old firmware */ >+ r += store_hwe_ext(hw, "(COMPAQ|HP)", "(MSA|HSV)1.0.*", GROUP_BY_PRIO, >+ DEFAULT_GETUID, "/sbin/mpath_prio_hp_sw /dev/%n", >+ "1 hp-sw", "1 queue_if_no_path", "hp_sw", >+ FAILBACK_UNDEF, NULL, 12, 0, 100); >+ /* MSA 1000/1500 with new firmware */ > r += store_hwe_ext(hw, "HP", "MSA VOLUME", GROUP_BY_PRIO, > DEFAULT_GETUID, "/sbin/mpath_prio_alua /dev/%n", > "0", "0", "tur", -FAILBACK_IMMEDIATE, NULL, 12, 0, > 100); >+ /* EVA 3000/5000 with new firmware, EVA 4000/6000/8000 */ > r += store_hwe_ext(hw, "(COMPAQ|HP)", "HSV(1|2).*", GROUP_BY_PRIO, > DEFAULT_GETUID, "/sbin/mpath_prio_alua /dev/%n", > "0", "0", "tur", -FAILBACK_IMMEDIATE, NULL, 12, 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 214809
: 307225