Skip to content

Commit

Permalink
Merge pull request #1820 from torredil/moab
Browse files Browse the repository at this point in the history
bug hunting part 1
  • Loading branch information
k8s-ci-robot committed Nov 1, 2023
2 parents bddbe0b + ef729a5 commit 7dea990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cloud/cloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ func (c *cloud) WaitForAttachmentState(ctx context.Context, volumeID, expectedSt
attachmentState = volumeDetachedState
}
if attachment != nil {
// AWS eventual consistency can go back in time.
// AWS eventual consistency can go back in TIME.
// For example, we're waiting for a volume to be attached as /dev/xvdba, but AWS can tell us it's
// attached as /dev/xvdbb, where it was attached before and it was already detached.
// Retry couple of times, hoping AWS starts reporting the right status.
Expand Down

0 comments on commit 7dea990

Please sign in to comment.