We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc14778 commit b284e4aCopy full SHA for b284e4a
pkg/csi/cinder/openstack/openstack_volumes.go
@@ -36,9 +36,6 @@ import (
36
const (
37
VolumeAvailableStatus = "available"
38
VolumeInUseStatus = "in-use"
39
- VolumeDeletedStatus = "deleted"
40
- VolumeErrorStatus = "error"
41
- VolumeCreatingStatus = "creating"
42
operationFinishInitDelay = 1 * time.Second
43
operationFinishFactor = 1.1
44
operationFinishSteps = 10
0 commit comments