-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
image export timeout context deadline exceeded #1190
Comments
aviau
changed the title
image export timeout
image export timeout context deadline exceeded
Apr 30, 2020
Have you tried using the --timeout flag of |
Hah! I'll try that and report back! Thanks! |
Hi Alexandre,
2 hours is the default timeout setting for image export. Your disk is up to
4.9TB, which is pretty large compared to the average level, thus 2 hours is
not enough. Please manually override the timeout value.
Per our internal testing, it takes around 12 hours per TB. You may set the
timeout to 72 hours or even longer if you don't care: just add a
"--timeout=72h". If you don't want to be blocked on the cmd terminal, you
can add a "--async", and check the status from "cloudbuild" tab of the
google cloud UI.
Thanks,
-Tony
…On Wed, Apr 29, 2020 at 9:17 PM Alexandre Viau ***@***.***> wrote:
I am using gcloud compute images export to export an image to GS.
The export build keeps failing after two hours, and I get the following
error:
[image-export.image-export-export-disk.wait-for-inst-image-export-export-disk]: 2020-04-30T00:05:05Z WaitForInstancesSignal: Instance "inst-image-export-export-disk-image-export-image-export--03d7b": StatusMatch found: "GCEExport: Read 1.2 TiB of 4.9 TiB (230 MiB/sec), total written size: 221 GiB (32 MiB/sec)"
TIMEOUT
ERROR: context deadline exceeded
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1190>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AICZZ266D6ROCXL2VSN44KDRPD3VHANCNFSM4MVEY4EQ>
.
--
Thanks,
-Tony
Tony Zhang | Software Engineer | [email protected] | 425-209-9603
|
24 hours is the current limit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using
gcloud compute images export
to export an image to GS.The export build keeps failing after two hours, and I get the following error:
The text was updated successfully, but these errors were encountered: