[ 
https://issues.apache.org/jira/browse/LIBCLOUD-213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomaz Muraus resolved LIBCLOUD-213.
-----------------------------------

    Resolution: Fixed
      Assignee: Tomaz Muraus

Awesome patch, thanks! I have merged into trunk with some minor changes:

- Removed trailing whitespace and fixed pep8 style issues (single blank line 
between methods in a class, no whitespace around = operator, is not None 
instead of != None, etc.)
- Minor cleanup in docstrings
- Added _volume suffix to all the StorageVolume related methods on the 
NodeDriver class (for API consistency)
- Changed ex_describe_tags in EC2 driver so it's consistent ex_create_tags and 
ex_delete_tags
                
> 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

        

Reply via email to