blob: 0f27c94d5dadce92122fbb7db39e136a365d44c0 [file]
#!/bin/bash
#
# Creates persistent disks for the specified Skia GCE instances.
#
# Copyright 2014 Google Inc. All Rights Reserved.
# Author: rmistry@google.com (Ravi Mistry)
source vm_config.sh
for MACHINE_IP in $(seq $VM_BOT_COUNT_START $VM_BOT_COUNT_END); do
DISK_NAMES="$DISK_NAMES skia-disk"-`printf "%03d" ${MACHINE_IP}`
done
$GCOMPUTE_CMD deletedisk $DISK_NAMES