summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/templates/multipath.conf.j2
blob: 8a0abc2c16f39c54ea693c9c9f07fc5430a93256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# LIO iSCSI
# TODO: Add env variables for tweaking
devices {
        device {
                vendor "LIO-ORG"
                user_friendly_names "yes" 
                path_grouping_policy "failover"
                path_selector "round-robin 0"
                failback immediate
                path_checker "tur"
                prio "const"
                no_path_retry 120
                rr_weight "uniform"
        }
}