diff options
author | Jose A. Rivera <jarrpa@redhat.com> | 2017-10-16 09:06:15 -0500 |
---|---|---|
committer | Jose A. Rivera <jarrpa@redhat.com> | 2017-10-16 09:06:21 -0500 |
commit | 3d3853836d71c37a9c81aea8e606c94052439789 (patch) | |
tree | f0d0cbf3edaf66819017c3b2ad45cec59545e50b /roles | |
parent | 27321df000f4789fa3876fdb43e4b083fe55bdcb (diff) | |
download | openshift-3d3853836d71c37a9c81aea8e606c94052439789.tar.gz openshift-3d3853836d71c37a9c81aea8e606c94052439789.tar.bz2 openshift-3d3853836d71c37a9c81aea8e606c94052439789.tar.xz openshift-3d3853836d71c37a9c81aea8e606c94052439789.zip |
GlusterFS: Remove image option from heketi command
Reverts #5562, option has been removed from heketi command
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
Diffstat (limited to 'roles')
-rw-r--r-- | roles/openshift_storage_glusterfs/tasks/heketi_deploy_part2.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_storage_glusterfs/tasks/heketi_deploy_part2.yml b/roles/openshift_storage_glusterfs/tasks/heketi_deploy_part2.yml index 074904bec..54a6dd7c3 100644 --- a/roles/openshift_storage_glusterfs/tasks/heketi_deploy_part2.yml +++ b/roles/openshift_storage_glusterfs/tasks/heketi_deploy_part2.yml @@ -1,6 +1,6 @@ --- - name: Create heketi DB volume - command: "{{ glusterfs_heketi_client }} setup-openshift-heketi-storage --image {{ glusterfs_heketi_image}}:{{ glusterfs_heketi_version }} --listfile /tmp/heketi-storage.json" + command: "{{ glusterfs_heketi_client }} setup-openshift-heketi-storage --listfile /tmp/heketi-storage.json" register: setup_storage - name: Copy heketi-storage list |