Skip to content

Commit 0884285

Browse files
committed
Adding "Creating" device to be used when a new device is created.
This help us distinguish between creating and available state where available state will be marked for "Clean Device" especially after scrubbing. Signed-off-by: Surbhi Kakarya <surbhi@edera.dev>
1 parent 6c4009d commit 0884285

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
@@ -525,6 +525,7 @@ enum DeviceState {
525525
DEVICE_STATE_USED = 3;
526526
DEVICE_STATE_DESTROYING = 4;
527527
DEVICE_STATE_DESTROYED = 5;
528+
DEVICE_STATE_CREATING = 6;
528529
}
529530

530531
message DeviceStatus {

0 commit comments

Comments
 (0)