Browse Source

iSCSI: Start multipathd

Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
Jose A. Rivera 6 years ago
parent
commit
07adb587f7
1 changed files with 2 additions and 2 deletions
  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
   when: not openshift_is_atomic | bool
 
 
 #enable multipath
 #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
   when: not openshift_is_atomic | bool