All of lore.kernel.org
 help / color / mirror / Atom feed
* Black listing CLARiiON "LUNZ"?
@ 2007-12-05 18:46 Paul Cote
  2007-12-10 14:51 ` berthiaume_wayne
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Cote @ 2007-12-05 18:46 UTC (permalink / raw)
  To: device-mapper development


[-- Attachment #1.1: Type: text/plain, Size: 784 bytes --]

 

Hi

 

The array data struct for DGC (CLARiiON) shows that LUNZ is blacklisted;
but any tine that LUN is "visible" during a reboot; the host will hang.

 

EMC did state this was an issue in their DM config guide; but I thought
black listing would circumvent the issue.

 

Any suggestions?

 

        }

        device {

                vendor DGC

                product *

                product_blacklist LUNZ

                path_grouping_policy group_by_prio

                path_checker emc_clariion

                features 1 queue_if_no_path

                hardware_handler 1 emc

                prio_callout /sbin/mpath_prio_emc /dev/%n

                no_path_retry 60

                rr_min_io 1000

        }


[-- Attachment #1.2: Type: text/html, Size: 4934 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: Black listing CLARiiON "LUNZ"?
  2007-12-05 18:46 Black listing CLARiiON "LUNZ"? Paul Cote
@ 2007-12-10 14:51 ` berthiaume_wayne
  2007-12-10 15:47   ` Paul Cote
  0 siblings, 1 reply; 4+ messages in thread
From: berthiaume_wayne @ 2007-12-10 14:51 UTC (permalink / raw)
  To: dm-devel


[-- Attachment #1.1: Type: text/plain, Size: 1245 bytes --]

Hi Paul.
 
    It has been fixed upstream and is filtering down to the distros.
What version of distro are you seeing this issue in? We are currently
testing this fix.
 
Regards,
Wayne.

________________________________

From: dm-devel-bounces@redhat.com [mailto:dm-devel-bounces@redhat.com]
On Behalf Of Paul Cote
Sent: Wednesday, December 05, 2007 1:47 PM
To: device-mapper development
Subject: [dm-devel] Black listing CLARiiON "LUNZ"?



 

Hi

 

The array data struct for DGC (CLARiiON) shows that LUNZ is blacklisted;
but any tine that LUN is "visible" during a reboot; the host will hang.

 

EMC did state this was an issue in their DM config guide; but I thought
black listing would circumvent the issue.

 

Any suggestions?

 

        }

        device {

                vendor DGC

                product *

                product_blacklist LUNZ

                path_grouping_policy group_by_prio

                path_checker emc_clariion

                features 1 queue_if_no_path

                hardware_handler 1 emc

                prio_callout /sbin/mpath_prio_emc /dev/%n

                no_path_retry 60

                rr_min_io 1000

        }


[-- Attachment #1.2: Type: text/html, Size: 6491 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: Black listing CLARiiON "LUNZ"?
  2007-12-10 14:51 ` berthiaume_wayne
@ 2007-12-10 15:47   ` Paul Cote
  2007-12-14 19:44     ` Benjamin Marzinski
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Cote @ 2007-12-10 15:47 UTC (permalink / raw)
  To: device-mapper development


[-- Attachment #1.1: Type: text/plain, Size: 1826 bytes --]

 
Hi Wayne;
 
We're currently locked in with RHEL 4 / Update 4 (2.6.9-42.ELsmp) with
multipath tools V4.7.
 
I'm trying to make a play for a later release... but certainly would be
quite helpful knowing which one has the fix!
 
Much appreciated.
 
Paul
 
 

	-----Original Message-----
	From: dm-devel-bounces@redhat.com
[mailto:dm-devel-bounces@redhat.com] On Behalf Of
berthiaume_wayne@emc.com
	Sent: Monday, December 10, 2007 9:51 AM
	To: dm-devel@redhat.com
	Subject: RE: [dm-devel] Black listing CLARiiON "LUNZ"?
	
	
	Hi Paul.
	 
	    It has been fixed upstream and is filtering down to the
distros. What version of distro are you seeing this issue in? We are
currently testing this fix.
	 
	Regards,
	Wayne.

________________________________

	From: dm-devel-bounces@redhat.com
[mailto:dm-devel-bounces@redhat.com] On Behalf Of Paul Cote
	Sent: Wednesday, December 05, 2007 1:47 PM
	To: device-mapper development
	Subject: [dm-devel] Black listing CLARiiON "LUNZ"?
	
	

	 

	Hi

	 

	The array data struct for DGC (CLARiiON) shows that LUNZ is
blacklisted; but any tine that LUN is "visible" during a reboot; the
host will hang.

	 

	EMC did state this was an issue in their DM config guide; but I
thought black listing would circumvent the issue.

	 

	Any suggestions?

	 

	        }

	        device {

	                vendor DGC

	                product *

	                product_blacklist LUNZ

	                path_grouping_policy group_by_prio

	                path_checker emc_clariion

	                features 1 queue_if_no_path

	                hardware_handler 1 emc

	                prio_callout /sbin/mpath_prio_emc /dev/%n

	                no_path_retry 60

	                rr_min_io 1000

	        }


[-- Attachment #1.2: Type: text/html, Size: 8621 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Black listing CLARiiON "LUNZ"?
  2007-12-10 15:47   ` Paul Cote
@ 2007-12-14 19:44     ` Benjamin Marzinski
  0 siblings, 0 replies; 4+ messages in thread
From: Benjamin Marzinski @ 2007-12-14 19:44 UTC (permalink / raw)
  To: device-mapper development

On Mon, Dec 10, 2007 at 10:47:43AM -0500, Paul Cote wrote:
> 
>    Hi Wayne;
> 
>    We're currently locked in with RHEL 4 / Update 4 (2.6.9-42.ELsmp) with
>    multipath tools V4.7.
> 
>    I'm trying to make a play for a later release... but certainly would be
>    quite helpful knowing which one has the fix!
> 
>    Much appreciated.
> 
>    Paul

Since backporting the product_blacklist changes to RHEL4 was too
invasive, RHEL4 has it's own method of blacklisting certain products.
It works largely the same as product_blacklist.  Here is the
documentation from
/usr/shar/doc/device-mapper-multipath-0.4.5/multipath.conf.annotated

#
# name    : bl_product
# scope   : multipath & multipathd
# desc    : a regular expression used to blacklist devices
#           by vendor/product. NOTE For a device to get
#           blacklisted, the vendor, product, and bl_product
#           strings must all match, not just the vendor and
#           bl_product strings as in the upstream version.
# default : (null)

Also, have you tried not including a devices section, and simply using
the compiled in default?

What version of the device-mapper-multipath package are you using?

Thanks.

-Ben

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-12-14 19:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-05 18:46 Black listing CLARiiON "LUNZ"? Paul Cote
2007-12-10 14:51 ` berthiaume_wayne
2007-12-10 15:47   ` Paul Cote
2007-12-14 19:44     ` Benjamin Marzinski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.