diff options
author | Jose A. Rivera <jarrpa@redhat.com> | 2017-08-14 11:44:48 -0500 |
---|---|---|
committer | Jose A. Rivera <jarrpa@redhat.com> | 2017-08-14 11:44:59 -0500 |
commit | 68df4abe2c5f629db2f93110a07ebaafc0581465 (patch) | |
tree | acc7cfdaa12d2ea36fa8cd2f4755bb9225f5f9f0 | |
parent | fa32667b734054200b516499047055c7c9f91fa2 (diff) | |
download | openshift-68df4abe2c5f629db2f93110a07ebaafc0581465.tar.gz openshift-68df4abe2c5f629db2f93110a07ebaafc0581465.tar.bz2 openshift-68df4abe2c5f629db2f93110a07ebaafc0581465.tar.xz openshift-68df4abe2c5f629db2f93110a07ebaafc0581465.zip |
GlusterFS: add minor README note for #5071
Closes #5071
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
-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: |