Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
@@ -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"