> + > + /** > + * 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.
prefer to throw an exception, as I suspect it wont --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/109/files#r6467513
