Fix gce/util.sh:get-master-root-disk-size

This commit is contained in:
Zach Loafman 2016-05-17 13:43:17 -07:00
parent f3ab7b182f
commit 87a8905b2c

View File

@ -629,7 +629,7 @@ function create-network() {
# Sets:
# MASTER_ROOT_DISK_SIZE
function get-master-root-disk-size() {
if [ "$NUM_NODES" -le "1000"]; then
if [[ "${NUM_NODES}" -le "1000" ]]; then
export MASTER_ROOT_DISK_SIZE="10"
else
export MASTER_ROOT_DISK_SIZE="50"