Skip to content

Commit e575e15

Browse files
feat: [tpu] 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 (#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]>
1 parent f058d7a commit e575e15

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

packages/google-cloud-tpu/protos/google/cloud/tpu/v1/cloud_tpu.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,9 @@ message Node {
222222

223223
// TPU node is currently unhiding.
224224
UNHIDING = 15;
225+
226+
// TPU node has unknown state after a failed repair.
227+
UNKNOWN = 16;
225228
}
226229

227230
// Health defines the status of a TPU node as reported by

packages/google-cloud-tpu/protos/protos.d.ts

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-tpu/protos/protos.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-tpu/protos/protos.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)