浏览代码

Merge pull request #8610 from jarrpa/multipathd-start

iSCSI: Start multipathd
Scott Dodson 6 年之前
父节点
当前提交
fe3958d953
共有 1 个文件被更改,包括 2 次插入2 次删除
  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