Browse Source

fix bz 1550271: restore mpath defaults config

Signed-off-by: Huamin Chen <hchen@redhat.com>
Huamin Chen 7 years ago
parent
commit
4381c4924d
1 changed files with 5 additions and 0 deletions
  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"
         }
 }
+defaults {
+	user_friendly_names yes
+	find_multipaths yes
+}
+