summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_glusterfs/tasks/glusterfs_deploy.yml
diff options
context:
space:
mode:
authorLuke Meyer <sosiouxme@gmail.com>2017-11-17 16:13:12 -0500
committerGitHub <noreply@github.com>2017-11-17 16:13:12 -0500
commit9e97038fe0dbd6aa842a260ccc10b35f7aefe787 (patch)
treedf7252f941b81d5f6a68f79d2ed12b42e17b06fe /roles/openshift_storage_glusterfs/tasks/glusterfs_deploy.yml
parent3c8135b912df0a7b404c01959e9302f5cc400b6d (diff)
parent7ea30979a2d97051786460e25c4e6901613ea8e9 (diff)
downloadopenshift-9e97038fe0dbd6aa842a260ccc10b35f7aefe787.tar.gz
openshift-9e97038fe0dbd6aa842a260ccc10b35f7aefe787.tar.bz2
openshift-9e97038fe0dbd6aa842a260ccc10b35f7aefe787.tar.xz
openshift-9e97038fe0dbd6aa842a260ccc10b35f7aefe787.zip
Merge pull request #6150 from jarrpa/glusterfs-block-fix
GlusterFS: Add configuration for auto creating block-hosting volumes
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: