Commit aa605102 authored by Justin Santa Barbara's avatar Justin Santa Barbara

Add comment about EBS status being a bit slow through API

parent 0101bf20
...@@ -773,6 +773,7 @@ func (self *awsDisk) getInfo() (*ec2.Volume, error) { ...@@ -773,6 +773,7 @@ func (self *awsDisk) getInfo() (*ec2.Volume, error) {
} }
func (self *awsDisk) waitForAttachmentStatus(status string) 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 attempt := 0
maxAttempts := 60 maxAttempts := 60
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment