Skip to content

Instantly share code, notes, and snippets.

@blackwood821
Last active November 15, 2021 17:45
Show Gist options
  • Save blackwood821/a5985b651c122e2bf1dda09cc6b3f286 to your computer and use it in GitHub Desktop.
Save blackwood821/a5985b651c122e2bf1dda09cc6b3f286 to your computer and use it in GitHub Desktop.
Triton Image Copy Issue
1. Copy image from DC1 to DC2 (19:06)
    triton image cp: error: error copying image: CloudAPI service is currently unavailable
2. Attempted to re-copy image from DC1 to DC2
    already exists
3. Deleted image from DC2
4. Re-copied image from DC1 to DC2 (succeeded)
5. Reprovisioned some VMs in DC2 to the image that was just copied to DC2
6. An hour after the initial copy image job (step 1 above) started it finally timed out 
    and Triton automatically deleted the image from IMGAPI (image still installed on CNs though)
7. We re-copied the image from DC1 to DC2 to get it back in IMGAPI

The image file in DC2 from the initial import-remote-image job from step 1 was only modified within the first minute of when the job started, yet the job timed out 59 minutes later:

-rw-r--r-- 1 nobody nobody 111M Nov 12 19:06 file0.4a4518bd-be87-45c8-a65f-8a5f399d3815
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment