Преглед изворни кода

fix bz 1550271: restore mpath defaults config

Signed-off-by: Huamin Chen <hchen@redhat.com>
Huamin Chen пре 7 година
родитељ
комит
4381c4924d
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      roles/openshift_node/templates/multipath.conf.j2

+ 5 - 0
roles/openshift_node/templates/multipath.conf.j2

@@ -13,3 +13,8 @@ devices {
                 rr_weight "uniform"
                 rr_weight "uniform"
         }
         }
 }
 }
+defaults {
+	user_friendly_names yes
+	find_multipaths yes
+}
+