I think FAILBACK_IMMEDIATE for DS6000 makes more sense. Also for SVC
(2145) the same settings should be used as DS6000 since it is also an
asymetric device, <br>
i.e. <br>
    r += store_hwe_ext(hw, "IBM", "2145", GROUP_BY_PRIO, DEFAULT_GETUID,<br>
                
"/sbin/mpath_prio_alua /dev/%n", "0", "1 queue_if_no_path", "tur",
FAILBACK_IMMEDIATE);<br>
<br><br><div><span class="gmail_quote">On 12/7/05, <b class="gmail_sendername">Stefan Bader</b> <<a href="mailto:Stefan.Bader@de.ibm.com">Stefan.Bader@de.ibm.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Christophe, Hannes,<br><br>I thought I had already sent parts of these but they don't seem to be in<br>the git head when<br>I look now. I'd suggest a small change for the DS6000 aka 1750500. Since<br>paths with<br>higher prio are more appreciated, wouldn'T FAILBACK_IMMEDIATE make more
<br>sense?<br><br>Regards,<br>Stefan<br><br>SW Linux on zSeries Development & Services<br><a href="mailto:Stefan.Bader@de.ibm.com">Stefan.Bader@de.ibm.com</a><br>----------------------------------------------------------------------------------
<br>  When all other means of communication fail, try words.<br><br><a href="mailto:dm-devel-bounces@redhat.com">dm-devel-bounces@redhat.com</a> wrote on 07.12.2005 12:11:23:<br><br>> Hi Christophe,<br>><br>> attached is a patch to update 
hwtable.c with some IBM Storage Servers.<br>> Especially the DS6000 should be handled properly as it again has<br>> asymmetric paths.<br>><br>> Cheers,<br>><br>> Hannes<br>> --<br>> Dr. Hannes Reinecke         
<a href="mailto:hare@suse.de">hare@suse.de</a><br>> SuSE Linux Products GmbH      S390 & zSeries<br>> Maxfeldstraße 5            +49 911 74053 688<br>> 90409 Nürnberg            <a href="http://www.suse.de">http://www.suse.de
</a><br>> Subject: Hardware entries for IBM Storage Servers<br>><br>> Several IBM Storage Servers (most notably the DS range) need<br>> specific hardware entries. This patch adds hardware entries<br>> for:<br>
><br>> - IBM ESS F20 (aka Shark)<br>> - IBM DS6000<br>> - IBM DS8000<br>> - IBM SVC<br>><br>> Signed-off-by: Hannes Reinecke <<a href="mailto:hare@suse.de">hare@suse.de</a>><br>><br>> ---<br>
><br>>  libmultipath/hwtable.c |   14 ++++++++++++++<br>>  1 files changed, 14 insertions(+), 0 deletions(-)<br>><br>> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c<br>> --- a/libmultipath/hwtable.c
<br>> +++ b/libmultipath/hwtable.c<br>> @@ -39,6 +39,20 @@ setup_default_hwtable (vector hw)<br>>           "1 queue_if_no_path", "emc_clariion", -FAILBACK_IMMEDIATE);<br>>     r += store_hwe_ext(hw, "IBM", "3542", GROUP_BY_SERIAL,
<br>DEFAULT_GETUID,<br>>           NULL, "0", "0", "tur", FAILBACK_UNDEF);<br>> +   /* IBM ESS F20 aka Shark */<br>> +   r += store_hwe_ext(hw, "IBM", "2105F20", GROUP_BY_SERIAL,
<br>> +         DEFAULT_GETUID, NULL, "0", "1 queue_if_no_path",<br>> +         "tur", FAILBACK_UNDEF);<br>> +       /* IBM DS6000 */<br>> +   r += store_hwe_ext(hw, "IBM", "1750500", GROUP_BY_PRIO,
<br>DEFAULT_GETUID,<br>> +         "/sbin/mpath_prio_alua /dev/%n", "0", "1 queue_if_no_path",<br>> +         "tur", FAILBACK_UNDEF);<br>> +   /* IBM DS8000 */<br>> +   r += store_hwe_ext(hw, "IBM", "2107900", GROUP_BY_SERIAL,
<br>DEFAULT_GETUID,<br>> +         NULL, "0", "1 queue_if_no_path", "tur", FAILBACK_UNDEF);<br>> +   /* IBM SAN Volume Controller */<br>> +   r += store_hwe_ext(hw, "IBM", "2145", MULTIBUS, DEFAULT_GETUID,
<br>> +         NULL, "0", "1 queue_if_no_path", "tur", FAILBACK_UNDEF);<br>>     r += store_hwe_ext(hw, "NETAPP", "LUN", GROUP_BY_PRIO,<br>DEFAULT_GETUID,<br>>          "/sbin/mpath_prio_netapp /dev/%n", NULL,
<br>>          "1 queue_if_no_path", "readsector0", FAILBACK_UNDEF);<br>> --<br>> dm-devel mailing list<br>> <a href="mailto:dm-devel@redhat.com">dm-devel@redhat.com</a><br>> <a href="https://www.redhat.com/mailman/listinfo/dm-devel">
https://www.redhat.com/mailman/listinfo/dm-devel</a><br><br>--<br>dm-devel mailing list<br><a href="mailto:dm-devel@redhat.com">dm-devel@redhat.com</a><br><a href="https://www.redhat.com/mailman/listinfo/dm-devel">https://www.redhat.com/mailman/listinfo/dm-devel
</a><br></blockquote></div><br>