Blame SOURCES/multipath.conf

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