summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_glusterfs/tasks/glusterfs_deploy.yml
diff options
context:
space:
mode:
authorJose A. Rivera <jarrpa@redhat.com>2017-11-15 09:44:14 -0600
committerJose A. Rivera <jarrpa@redhat.com>2017-11-16 13:36:34 -0600
commit7ea30979a2d97051786460e25c4e6901613ea8e9 (patch)
tree4d349e8785f34ddfad5cb949cc4a87ede355d8e7 /roles/openshift_storage_glusterfs/tasks/glusterfs_deploy.yml
parent692d5d6c24c955fbd8982588f2a0b71c88d6a805 (diff)
downloadopenshift-7ea30979a2d97051786460e25c4e6901613ea8e9.tar.gz
openshift-7ea30979a2d97051786460e25c4e6901613ea8e9.tar.bz2
openshift-7ea30979a2d97051786460e25c4e6901613ea8e9.tar.xz
openshift-7ea30979a2d97051786460e25c4e6901613ea8e9.zip
GlusterFS: Add configuration for auto creating block-hosting volumes
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
Diffstat (limited to 'roles/openshift_storage_glusterfs/tasks/glusterfs_deploy.yml')
-rw-r--r--roles/openshift_storage_glusterfs/tasks/glusterfs_deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_storage_glusterfs/tasks/glusterfs_deploy.yml b/roles/openshift_storage_glusterfs/tasks/glusterfs_deploy.yml
index f98d4c62f..ef37762f9 100644
--- a/roles/openshift_storage_glusterfs/tasks/glusterfs_deploy.yml
+++ b/roles/openshift_storage_glusterfs/tasks/glusterfs_deploy.yml
@@ -87,7 +87,7 @@
IMAGE_VERSION: "{{ glusterfs_version }}"
NODE_LABELS: "{{ glusterfs_nodeselector }}"
CLUSTER_NAME: "{{ glusterfs_name }}"
- GB_GLFS_LRU_COUNT: "{{ glusterfs_block_max_host_vol }}"
+ GB_GLFS_LRU_COUNT: "{{ glusterfs_block_host_vol_max }}"
- name: Wait for GlusterFS pods
oc_obj: