Merge "Reduce minimum data disk size for the AIO to 50GB"

This commit is contained in:
Jenkins 2016-08-20 20:44:28 +00:00 committed by Gerrit Code Review
commit 813be4f33f
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ they're great for smaller proof-of-concept deployments.
Absolute minimum server resources (currently used for gate checks):
* 8 vCPU's
* 60GB free disk space on the root partition
* 50GB free disk space on the root partition
* 8GB RAM
Recommended server resources:

View File

@ -77,7 +77,7 @@ bootstrap_host_data_disk_device_force: no
#
# If the storage capacity on this device is greater than or equal to this
# size (in GB), the bootstrap process will use it.
bootstrap_host_data_disk_min_size: 60
bootstrap_host_data_disk_min_size: 50
### Optional Settings ###