File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,8 +129,8 @@ type Storage interface {
129129 // Attach volumeID, accepts attachoOptions as opaque data
130130 // Return attach path.
131131 Attach (volumeID string , options map [string ]string ) (string , error )
132- // IsVolumeReadyToExpand pre-checks if the volume is in a state that can be modified. Should be called
133- // before issue an expand request to the cloud provider
132+ // IsVolumeReadyToExpand pre-checks if a pool of volumes are in a state that can
133+ // be modified. Should be called before sending an expand request to the cloud provider.
134134 IsVolumesReadyToExpand (volumeIDs []* string ) (bool , error )
135135 // Expand expands the provided device from the existing size to the new size
136136 // It returns the new size of the device. It is a blocking API where it will
You can’t perform that action at this time.
0 commit comments