Skip to content

Use the correct disk type on ARM GCE machine types.#2679

Merged
3405691582 merged 1 commit into
google:mainfrom
3405691582:arm-disk-type
Jun 8, 2026
Merged

Use the correct disk type on ARM GCE machine types.#2679
3405691582 merged 1 commit into
google:mainfrom
3405691582:arm-disk-type

Conversation

@3405691582

Copy link
Copy Markdown
Collaborator

Newer GCE ARM machine types require hyperdisk, but older GCE ARM machine types must use pd. To fix this, we first create the instance, then the disk, as opposed to creating the disk first. Then, we can use and not ignore the returned instance data to inform what the correct disk type we should use when we create it.

Newer GCE ARM machine types require hyperdisk, but older GCE ARM
machine types must use pd. To fix this, we first create the
instance, then the disk, as opposed to creating the disk first.
Then, we can use and not ignore the returned instance data to
inform what the correct disk type we should use when we create it.
@3405691582 3405691582 requested a review from ser-io June 8, 2026 15:52
Comment thread tools/baseimage/pkg/gce/gce.go
@ser-io ser-io self-requested a review June 8, 2026 16:25
@3405691582 3405691582 added the kokoro:run Run e2e tests. label Jun 8, 2026
@GoogleCuttlefishTesterBot GoogleCuttlefishTesterBot removed the kokoro:run Run e2e tests. label Jun 8, 2026
@3405691582 3405691582 added this pull request to the merge queue Jun 8, 2026
Merged via the queue into google:main with commit ae56291 Jun 8, 2026
173 of 175 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.

3 participants