Blame SOURCES/multipath.conf

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