diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-08-24 12:09:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-24 12:09:12 -0400 |
commit | affdabe9d5182fb2dca846f4a236aa3af112b68b (patch) | |
tree | 24d755491ecc612cd302a9cab81d3c59f33b1d9a /roles | |
parent | 41736f76f582214afd0c4132c0345094017a4749 (diff) | |
parent | 68df4abe2c5f629db2f93110a07ebaafc0581465 (diff) | |
download | openshift-affdabe9d5182fb2dca846f4a236aa3af112b68b.tar.gz openshift-affdabe9d5182fb2dca846f4a236aa3af112b68b.tar.bz2 openshift-affdabe9d5182fb2dca846f4a236aa3af112b68b.tar.xz openshift-affdabe9d5182fb2dca846f4a236aa3af112b68b.zip |
Merge pull request #5082 from jarrpa/glusterfs-readme-note
GlusterFS: add minor README note for #5071
Diffstat (limited to 'roles')
-rw-r--r-- | roles/openshift_storage_glusterfs/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_storage_glusterfs/README.md b/roles/openshift_storage_glusterfs/README.md index d3de2165a..a059745a6 100644 --- a/roles/openshift_storage_glusterfs/README.md +++ b/roles/openshift_storage_glusterfs/README.md @@ -55,7 +55,7 @@ defined: | Name | Default value | Description | |-------------------|---------------|-----------------------------------------| -| glusterfs_devices | None | A list of block devices that will be completely managed as part of a GlusterFS cluster. There must be at least one device listed. Each device must be bare, e.g. no partitions or LVM PVs. **Example:** '[ "/dev/sdb" ]' +| glusterfs_devices | None | A list of block devices that will be completely managed as part of a GlusterFS cluster. There must be at least one device listed. Each device must be bare, e.g. no partitions or LVM PVs. **Example:** '[ "/dev/sdb" ]' **NOTE:** You MUST set this as a host variable on each node host. For some reason, if you set this as a group variable it gets interpreted as a string rather than an array. See https://github.com/openshift/openshift-ansible/issues/5071 In addition, each host may specify the following variables to further control their configuration as GlusterFS nodes: |