Add comment about EBS status being a bit slow through API

This commit is contained in:
Justin Santa Barbara 2015-04-03 12:27:33 -07:00
parent 0101bf2081
commit aa6051026e

View File

@ -773,6 +773,7 @@ func (self *awsDisk) getInfo() (*ec2.Volume, error) {
}
func (self *awsDisk) waitForAttachmentStatus(status string) error {
// TODO: There may be a faster way to get this when we're attaching locally
attempt := 0
maxAttempts := 60