Skip to content

Commit c3556b4

Browse files
Google APIscopybara-github
authored andcommitted
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
1 parent d581bbe commit c3556b4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)