Skip to content

Allow zones to be provided for disks and instances#541

Merged
Fryyyyy merged 18 commits intogoogle:mainfrom
Fryyyyy:main
Apr 14, 2026
Merged

Allow zones to be provided for disks and instances#541
Fryyyyy merged 18 commits intogoogle:mainfrom
Fryyyyy:main

Conversation

@Fryyyyy
Copy link
Copy Markdown
Collaborator

@Fryyyyy Fryyyyy commented Apr 14, 2026

Rather than listing all of them, which causes timeouts in large projects

Fryyyyy and others added 13 commits January 19, 2026 16:00
Updated `CreateDiskFromSnapshot` in the GCP compute provider to allow users to specify an optional `dest_project` and `dest_zone` when creating a disk from a snapshot. The method defaults to the instance's `project_id` and `default_zone` if these are not provided. Included unit tests to verify behavior.
Updated `CreateDiskFromSnapshot` in the GCP compute provider to allow users to specify an optional `dest_project` and `dest_zone` when creating a disk from a snapshot. The method defaults to the instance's `project_id` and `default_zone` if these are not provided. Included unit tests to verify behavior. Fixes BlockOperation parameter passing.
…5322369123445590457

feat(gcp): Add optional destination project and zone to CreateDiskFromSnapshot
@Fryyyyy Fryyyyy requested a review from a team as a code owner April 14, 2026 06:30
@Fryyyyy Fryyyyy requested review from hacktobeer and removed request for a team April 14, 2026 06:30
@Fryyyyy Fryyyyy marked this pull request as draft April 14, 2026 06:31
@Fryyyyy Fryyyyy removed the request for review from hacktobeer April 14, 2026 06:31
@Fryyyyy Fryyyyy marked this pull request as ready for review April 14, 2026 07:00
@Fryyyyy Fryyyyy requested a review from ramo-j April 14, 2026 07:00
Copy link
Copy Markdown
Contributor

@ramo-j ramo-j left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one readability nit, otherwise, LGTM.

Comment thread libcloudforensics/providers/gcp/internal/compute.py Outdated
Co-authored-by: Ramo <ramo_j@protonmail.com>
@Fryyyyy Fryyyyy merged commit 987a049 into google:main Apr 14, 2026
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants