Files
fedora-infra_ansible/roles/iscsi_client/files/multipath.conf
Kevin Fenzi 97dab9dcaf iscsi_client: readd role, apply to power10 host and switch guests to use it
This re-adds a iscsi_client role we had in iad2 back in in rdu3.
When then apply it to bvmhost-p10-01 to login and use a iscsi lun from
the rdu3 netapp. We then move the buildvm-ppc64le vm's to use this iscsi
volume instead of local storage.

As we reinstall those builders they will use the iscsi volume.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2025-07-16 15:19:56 -07:00

70 lines
1.5 KiB
Plaintext

defaults {
rr_min_io 128
user_friendly_names yes
max_fds max
queue_without_daemon no
polling_interval 3
}
blacklist {
devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*"
devnode "^hd[a-z]"
devnode "^cciss!c[0-9]d[0-9]*"
device {
vendor "IBM-ESXS"
}
device {
vendor "IBM"
}
device {
vendor "LSILOGIC"
}
device {
vendor "ATA"
}
device {
vendor "VMware"
}
device {
vendor "DELL"
}
device {
vendor "WD"
}
}
devices {
# device {
# vendor "NETAPP"
# product "LUN"
# path_grouping_policy group_by_prio
# path_checker directio
# failback immediate
# prio ontap
# features "no_path_retry queue"
# }
device {
path_checker tur
product "NEXTRA"
vendor "XIV"
rr_min_io 15
path_grouping_policy multibus
path_selector "round-robin 0"
no_path_retry 5
failback 15
}
device {
path_checker tur
product "2810XIV"
vendor "IBM"
rr_min_io 15
path_grouping_policy multibus
path_selector "round-robin 0"
no_path_retry 5
failback 15
}
}