> + > + /** > + * Remove a given volume. > + * > + * @param id The id of the volume to remove. > + * @return true if the volume was successfully removed, false otherwise. > + */ > + boolean removeVolume(String id); > + > + /** > + * Attaches a volume to a node. > + * > + * @param volumeId The id of the volume to attach. > + * @param nodeId The id of the node to attach the volume to. > + * @param options Options for attaching the volume. > + * @return True if we've successfully attached the volume, false > otherwise.
'k - I've been doing booleans rather than exceptions with the SecurityGroupExtension too, following the model of deleteImage in ImageExtension, but I'm game for refactoring to do exceptions if that feels right. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/109/files#r6468059
