[
https://issues.apache.org/jira/browse/LIBCLOUD-213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13411358#comment-13411358
]
Alex Amies commented on LIBCLOUD-213:
-------------------------------------
This is a big step forward but I think that we are missing a list_volumes()
method. It is important to me and seems inconsistent that LinCloud has create
and delete methods for storage volumes without at way to find out what has been
created.
I would like to propose a new method to the NodeDriver class consistent with
list_nodes() and similar methods to do this. Here it is:
def list_volumes(self):
"""
List storage volumes.
@return: C{list} of L{StorageVolume} objects
"""
raise NotImplementedError(
'list_volumes not implemented for this driver')
> Add storage volume management (e.g. EC2 EBS)
> --------------------------------------------
>
> Key: LIBCLOUD-213
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-213
> Project: Libcloud
> Issue Type: Improvement
> Reporter: Gabriel Reid
> Assignee: Tomaz Muraus
> Attachments: volume-management_16062012.patch
>
>
> I propose the addition of block-level storage volume management in LibCloud.
> With at least Amazon EC2 EBS and CloudStack volumes, the way of working is
> very similar, with the main operations being:
> - create storage volume
> - attach storage volume to node
> - detach storage volume to node
> - destroy storage volume
> An extension to the CloudStack driver has already been implemented
> (https://issues.apache.org/jira/browse/LIBCLOUD-208)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira