Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 82d2f4c

Browse files
author
Nils K
committed
please wait for new disk
1 parent dc2877d commit 82d2f4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inc/include_compute_disks.sh

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ function get_last_snapshot_vm() {
5353
# In: MY_GCE_SNAPSHOT_NAME, MY_GCP_GCE_DISK_BOOT_NAME, MY_GCP_GCE_DISK_BOOT_TYPE
5454
function create_disk_from_snapshot() {
5555
echo_title "Create boot disk '$MY_GCP_GCE_DISK_BOOT_NAME' in zone '$MY_GCP_ZONE' from '$MY_GCE_SNAPSHOT_NAME'"
56+
echo "Please wait..."
5657
if ! gcloud compute disks create "$MY_GCP_GCE_DISK_BOOT_NAME" \
5758
--source-snapshot="$MY_GCE_SNAPSHOT_NAME" \
5859
--type="$MY_GCP_GCE_DISK_BOOT_TYPE" \

0 commit comments

Comments
 (0)