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

Fix comment

parent ee72fa4d
......@@ -858,7 +858,7 @@ func (aws *AWSCloud) AttachDisk(instanceName string, diskName string, readOnly b
if !alreadyAttached {
attachResponse, err := aws.ec2.AttachVolume(disk.awsId, awsInstance.awsId, mountDevice)
if err != nil {
// TODO: Check if already attached?
// TODO: Check if concurrently attached?
return fmt.Errorf("Error attaching EBS volume: %v", err)
}
......
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