Explorar el Código

Merge pull request #8610 from jarrpa/multipathd-start

iSCSI: Start multipathd
Scott Dodson hace 6 años
padre
commit
fe3958d953
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      roles/openshift_node/tasks/storage_plugins/iscsi.yml

+ 2 - 2
roles/openshift_node/tasks/storage_plugins/iscsi.yml

@@ -29,6 +29,6 @@
   when: not openshift_is_atomic | bool
 
 #enable multipath
-- name: Enable multipath
-  command: "mpathconf --enable"
+- name: Enable and start multipath
+  command: "mpathconf --enable --with_multipathd y"
   when: not openshift_is_atomic | bool