Blame SOURCES/multipath.conf

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