> @@ -269,6 +283,9 @@ public boolean apply(Location arg0) {
>  
>        // create volume only to make a snapshot
>        Volume volume = ebsClient.createVolumeInAvailabilityZone(zone.getId(), 
> 4);
> +      // Sleep for 5 seconds to make sure the volume creation finishes.
> +      Thread.sleep(5000);

Yak... ;-)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/154/files#r6591345

Reply via email to