Skip to content

Commit

Permalink
feat: [tpu] Add UNKNOWN to TPU node state, This state will be used to…
Browse files Browse the repository at this point in the history
… prevent a node from being marked as READY during diagnose after it has failed repair (#5941)

* feat: Add UNKNOWN to TPU node state, This state will be used to prevent a node from being marked as READY during diagnose after it has failed repair

PiperOrigin-RevId: 714068635

Source-Link: googleapis/googleapis@c3556b4

Source-Link: googleapis/googleapis-gen@651e1ce
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXRwdS8uT3dsQm90LnlhbWwiLCJoIjoiNjUxZTFjZTRjMmI3MGNiMTQ1MDQ4ZTFmM2RlMmZiOGVlMTgwMDYwMSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: d-goog <[email protected]>
  • Loading branch information
3 people authored Jan 10, 2025
1 parent f058d7a commit e575e15
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@ message Node {

// TPU node is currently unhiding.
UNHIDING = 15;

// TPU node has unknown state after a failed repair.
UNKNOWN = 16;
}

// Health defines the status of a TPU node as reported by
Expand Down
3 changes: 2 additions & 1 deletion packages/google-cloud-tpu/protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/google-cloud-tpu/protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/google-cloud-tpu/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e575e15

Please sign in to comment.