Skip to content

Commit 68add50

Browse files
committed
add comment
1 parent 0eec5e5 commit 68add50

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

aws/aws.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,8 @@ func (s *awsOps) AreVolumesReadyToExpand(volumeIDs []*string) (bool, error) {
957957
if isErrorModificationNotFound(err) {
958958
return true, nil
959959
}
960+
// in the case of getting unclassified request failure, result of this checker may be bypassed
961+
// to not block volume resize operation.
960962
return false, &cloudops.ErrCloudProviderRequestFailure{
961963
Request: "DescribeVolumesModifications",
962964
Message: err.Error(),

0 commit comments

Comments
 (0)