summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_glusterfs/README.md
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/README.md
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/README.md')
-rw-r--r--roles/openshift_storage_glusterfs/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/openshift_storage_glusterfs/README.md b/roles/openshift_storage_glusterfs/README.md
index 03c157313..54adcf78d 100644
--- a/roles/openshift_storage_glusterfs/README.md
+++ b/roles/openshift_storage_glusterfs/README.md
@@ -87,7 +87,9 @@ GlusterFS cluster into a new or existing OpenShift cluster:
| openshift_storage_glusterfs_block_deploy | True | Deploy glusterblock provisioner service
| openshift_storage_glusterfs_block_image | 'gluster/glusterblock-provisioner'| Container image to use for glusterblock-provisioner pod, enterprise default is 'rhgs3/rhgs-gluster-block-prov-rhel7'
| openshift_storage_glusterfs_block_version | 'latest' | Container image version to use for glusterblock-provisioner pod
-| openshift_storage_glusterfs_block_max_host_vol | 15 | Max number of GlusterFS volumes to host glusterblock volumes
+| openshift_storage_glusterfs_block_host_vol_create| True | Automatically create GlusterFS volumes to host glusterblock volumes. **NOTE:** If this is False, block-hosting volumes will need to be manually created before glusterblock volumes can be provisioned
+| openshift_storage_glusterfs_block_host_vol_size | 100 | Size, in GB, of GlusterFS volumes that will be automatically create to host glusterblock volumes if not enough space is available for a glusterblock volume create request. **NOTE:** This value is effectively an upper limit on the size of glusterblock volumes unless you manually create larger GlusterFS block-hosting volumes
+| openshift_storage_glusterfs_block_host_vol_max | 15 | Max number of GlusterFS volumes to host glusterblock volumes
| openshift_storage_glusterfs_s3_deploy | True | Deploy gluster-s3 service
| openshift_storage_glusterfs_s3_image | 'gluster/gluster-object'| Container image to use for gluster-s3 pod, enterprise default is 'rhgs3/rhgs-gluster-s3-server-rhel7'
| openshift_storage_glusterfs_s3_version | 'latest' | Container image version to use for gluster=s3 pod