Skip to content

Commit 7dc8abc

Browse files
committed
comment change
1 parent 3b49f9e commit 7dc8abc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cloudops.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)