Switch OpenShiftGlusterDisks to a single disk

According to docs[1] the minimum requirements when deploying Gluster are:
 - at least one raw block device to be used for Gluster storage
 - minimum of 3 nodes

This change adjusts the defaults that we set in THT to use one disk for
Gluster storage instead of 3.

[1] https://docs.openshift.com/container-platform/3.10/install/prerequisites.html#hardware-glusterfs

Change-Id: Iab068a18ac9bce79824f5b7edb4a2931f5b66638
This commit is contained in:
Marius Cornea 2018-10-19 11:18:04 -04:00
parent ae7beb716b
commit 24aab1d3b9
1 changed files with 0 additions and 2 deletions

View File

@ -39,8 +39,6 @@ parameters:
OpenShiftGlusterDisks:
default:
- /dev/vdb
- /dev/vdc
- /dev/vdd
description: List of disks for openshift_glusterfs service to use
type: comma_delimited_list
tags: