Blame SOURCES/multipath.conf

f20720
# This is a basic configuration file with some examples, for device mapper
f20720
# multipath.
f20720
#
f20720
# For a complete list of the default configuration values, run either
f20720
# multipath -t
f20720
# or
f20720
# multipathd show config
f20720
#
f20720
# For a list of configuration options with descriptions, see the multipath.conf
f20720
# man page
f20720
f20720
## By default, devices with vendor = "IBM" and product = "S/390.*" are
f20720
## blacklisted. To enable mulitpathing on these devies, uncomment the
f20720
## following lines.
f20720
#blacklist_exceptions {
f20720
#	device {
f20720
#		vendor	"IBM"
f20720
#		product	"S/390.*"
f20720
#	}
f20720
#}
f20720
f20720
## Use user friendly names, instead of using WWIDs as names.
f20720
defaults {
f20720
	user_friendly_names yes
f20720
	find_multipaths yes
f20720
}
f20720
##
f20720
## Here is an example of how to configure some standard options.
f20720
##
f20720
#
f20720
#defaults {
f20720
#	polling_interval 	10
f20720
#	path_selector		"round-robin 0"
f20720
#	path_grouping_policy	multibus
f20720
#	uid_attribute		ID_SERIAL
f20720
#	prio			alua
f20720
#	path_checker		readsector0
f20720
#	rr_min_io		100
f20720
#	max_fds			8192
f20720
#	rr_weight		priorities
f20720
#	failback		immediate
f20720
#	no_path_retry		fail
f20720
#	user_friendly_names	yes
f20720
#}
f20720
##
f20720
## The wwid line in the following blacklist section is shown as an example
f20720
## of how to blacklist devices by wwid.  The 2 devnode lines are the
f20720
## compiled in default blacklist. If you want to blacklist entire types
f20720
## of devices, such as all scsi devices, you should use a devnode line.
f20720
## However, if you want to blacklist specific devices, you should use
f20720
## a wwid line.  Since there is no guarantee that a specific device will
f20720
## not change names on reboot (from /dev/sda to /dev/sdb for example)
f20720
## devnode lines are not recommended for blacklisting specific devices.
f20720
##
f20720
#blacklist {
f20720
#       wwid 26353900f02796769
f20720
#	devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*"
f20720
#	devnode "^hd[a-z]"
f20720
#}
f20720
#multipaths {
f20720
#	multipath {
f20720
#		wwid			3600508b4000156d700012000000b0000
f20720
#		alias			yellow
f20720
#		path_grouping_policy	multibus
f20720
#		path_selector		"round-robin 0"
f20720
#		failback		manual
f20720
#		rr_weight		priorities
f20720
#		no_path_retry		5
f20720
#	}
f20720
#	multipath {
f20720
#		wwid			1DEC_____321816758474
f20720
#		alias			red
f20720
#	}
f20720
#}
f20720
#devices {
f20720
#	device {
f20720
#		vendor			"COMPAQ  "
f20720
#		product			"HSV110 (C)COMPAQ"
f20720
#		path_grouping_policy	multibus
f20720
#		path_checker		readsector0
f20720
#		path_selector		"round-robin 0"
f20720
#		hardware_handler	"0"
f20720
#		failback		15
f20720
#		rr_weight		priorities
f20720
#		no_path_retry		queue
f20720
#	}
f20720
#	device {
f20720
#		vendor			"COMPAQ  "
f20720
#		product			"MSA1000         "
f20720
#		path_grouping_policy	multibus
f20720
#	}
f20720
#}