blob: 55c52eb8ca90ab659a5367610559f82cc1302f56 [file]
#!/bin/bash
#
# Creates the data disk for skia gold for the specified instance.
#
set -x
VM_ID=$1
source vm_config.sh
# # Create a large data disk.
gcloud compute --project $PROJECT_ID disks create $GOLD_DATA_DISK_NAME \
--size $GOLD_DATA_DISK_SIZE \
--zone $ZONE \
--type "pd-standard"