> @@ -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);Yup. Yak. I'll come up with somethin gbetter later. =) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/154/files#r6607627
