All of lore.kernel.org
 help / color / mirror / Atom feed
* [BUG] multipath-tools: redefined devices, with regex, in multipath.conf appear twice
@ 2017-04-25 22:18 Xose Vazquez Perez
  0 siblings, 0 replies; only message in thread
From: Xose Vazquez Perez @ 2017-04-25 22:18 UTC (permalink / raw)
  To: device-mapper development

[-- Attachment #1: Type: text/plain, Size: 285 bytes --]

Hi,

Redefined devices, with a regex in product/vendor, in multipath.conf
appear twice in multipath config.


Place attached multipath.conf in /etc, and run multipath -t.
For NETAPP/LUN it works OK. Only one is displayed.

But "^DGC"/"^(RAID|DISK|VRAID)" appears twice.



Thank you.


[-- Attachment #2: multipath.conf --]
[-- Type: text/plain, Size: 474 bytes --]

devices {
	device {
		vendor "^DGC"
		product "^(RAID|DISK|VRAID)"
		product_blacklist "LUNZ"
		path_grouping_policy "group_by_prio"
		path_checker "tur"
		hardware_handler "1 emc"
		prio "emc"
		failback "immediate"
		no_path_retry 60
	}
	device {
		vendor "NETAPP"
		product "LUN"
		path_grouping_policy "group_by_prio"
		features "2 pg_init_retries 50"
		prio "alua"
		failback "immediate"
		no_path_retry "queue"
		flush_on_last_del "yes"
		dev_loss_tmo "infinity"
	}
}

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-25 22:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-25 22:18 [BUG] multipath-tools: redefined devices, with regex, in multipath.conf appear twice Xose Vazquez Perez

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.