summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_glusterfs
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-11-02 08:38:22 -0400
committerGitHub <noreply@github.com>2017-11-02 08:38:22 -0400
commit54d4ea101f91a244a875207e4f792d2362ea5f25 (patch)
tree4a547312350f53ef17d53842fd8b505a4acb5ec6 /roles/openshift_storage_glusterfs
parentab5cc871009c74ec151cc75b6b29140f35fca2f7 (diff)
parent881607e61d290e94d12bd227e97c3c1d167a0fb2 (diff)
downloadopenshift-54d4ea101f91a244a875207e4f792d2362ea5f25.tar.gz
openshift-54d4ea101f91a244a875207e4f792d2362ea5f25.tar.bz2
openshift-54d4ea101f91a244a875207e4f792d2362ea5f25.tar.xz
openshift-54d4ea101f91a244a875207e4f792d2362ea5f25.zip
Merge pull request #5715 from jarrpa/registry-storage-doc-fix
GlusterFS: Fix registry storage documentation
Diffstat (limited to 'roles/openshift_storage_glusterfs')
-rw-r--r--roles/openshift_storage_glusterfs/README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/roles/openshift_storage_glusterfs/README.md b/roles/openshift_storage_glusterfs/README.md
index d0bc0e028..abe411f67 100644
--- a/roles/openshift_storage_glusterfs/README.md
+++ b/roles/openshift_storage_glusterfs/README.md
@@ -119,13 +119,13 @@ are an exception:
Additionally, this role's behavior responds to the following registry-specific
variables:
-| Name | Default value | Description |
-|-----------------------------------------------|------------------------------|-----------------------------------------|
-| openshift_hosted_registry_glusterfs_endpoints | glusterfs-registry-endpoints | The name for the Endpoints resource that will point the registry to the GlusterFS nodes
-| openshift_hosted_registry_glusterfs_path | glusterfs-registry-volume | The name for the GlusterFS volume that will provide registry storage
-| openshift_hosted_registry_glusterfs_readonly | False | Whether the GlusterFS volume should be read-only
-| openshift_hosted_registry_glusterfs_swap | False | Whether to swap an existing registry's storage volume for a GlusterFS volume
-| openshift_hosted_registry_glusterfs_swapcopy | True | If swapping, copy the contents of the pre-existing registry storage to the new GlusterFS volume
+| Name | Default value | Description |
+|-------------------------------------------------------|------------------------------|-----------------------------------------|
+| openshift_hosted_registry_storage_glusterfs_endpoints | glusterfs-registry-endpoints | The name for the Endpoints resource that will point the registry to the GlusterFS nodes
+| openshift_hosted_registry_storage_glusterfs_path | glusterfs-registry-volume | The name for the GlusterFS volume that will provide registry storage
+| openshift_hosted_registry_storage_glusterfs_readonly | False | Whether the GlusterFS volume should be read-only
+| openshift_hosted_registry_storage_glusterfs_swap | False | Whether to swap an existing registry's storage volume for a GlusterFS volume
+| openshift_hosted_registry_storage_glusterfs_swapcopy | True | If swapping, copy the contents of the pre-existing registry storage to the new GlusterFS volume
Dependencies
------------