Skip to content

Commit 4a72cd2

Browse files
committed
Introduce a new Device State: Failed. This is marked when Scrub Zone or Workload
fails due to any reason and prevent marking it from Tainted, otherwise it ends in a device reconciler endles loop. Signed-off-by: Surbhi Kakarya <surbhi@edera.dev>
1 parent 0884285 commit 4a72cd2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

protect/control/v1/common.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ enum DeviceState {
526526
DEVICE_STATE_DESTROYING = 4;
527527
DEVICE_STATE_DESTROYED = 5;
528528
DEVICE_STATE_CREATING = 6;
529+
DEVICE_STATE_FAILED = 7;
529530
}
530531

531532
message DeviceStatus {

0 commit comments

Comments
 (0)