Skip to content

Commit 6678f97

Browse files
authored
feat(block): add new reference status not-ready-yet (#2012)
1 parent 9a8334d commit 6678f97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/block/v1alpha1/block_sdk.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ const (
124124
ReferenceStatusDetaching = ReferenceStatus("detaching")
125125
// When the reference is detached from a volume - the reference ceases to exist.
126126
ReferenceStatusDetached = ReferenceStatus("detached")
127-
// Reference undergoing snapshotting operation (transient).
128-
ReferenceStatusSnapshotting = ReferenceStatus("snapshotting")
127+
// Reference under creation which can be rolled back if an error occurs (transient).
128+
ReferenceStatusCreating = ReferenceStatus("creating")
129129
// Error status.
130130
ReferenceStatusError = ReferenceStatus("error")
131131
)

0 commit comments

Comments
 (0)