mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
iscsi / multipathd: drop netapp specific section
This causes: Aug 05 23:04:40 bvmhost-x86-06.iad2.fedoraproject.org multipathd[3266]: uevent trigger error Aug 05 23:04:40 bvmhost-x86-06.iad2.fedoraproject.org multipathd[3266]: parse error in feature string "no_path_retry queue" So, just drop it. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -35,15 +35,15 @@ blacklist {
|
||||
}
|
||||
|
||||
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 {
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user