You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by "Gabriel Reid (JIRA)" <ji...@apache.org> on 2012/06/05 11:20:23 UTC

[dev] [jira] [Created] (LIBCLOUD-208) Add block storage volume management to Libcloud

Gabriel Reid created LIBCLOUD-208:
-------------------------------------

             Summary: Add block storage volume management to Libcloud
                 Key: LIBCLOUD-208
                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-208
             Project: Libcloud
          Issue Type: Improvement
          Components: Core
            Reporter: Gabriel Reid


The ability to create, attach, detach, and delete block storage volumes (i.e. volumes in CloudStack, EBS in Amazon EC2) would be very useful in Libcloud, as this is a core functionality that is often used in (at least) these two environments.

--
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

        

[dev] [jira] [Commented] (LIBCLOUD-208) Add block storage volume management to Libcloud

Posted by "Gabriel Reid (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LIBCLOUD-208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289281#comment-13289281 ] 

Gabriel Reid commented on LIBCLOUD-208:
---------------------------------------

I would be happy to contribute further than this initial patch (at least for CloudStack) if I can be given direction in how the external API should look.
                
> Add block storage volume management to Libcloud
> -----------------------------------------------
>
>                 Key: LIBCLOUD-208
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-208
>             Project: Libcloud
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Gabriel Reid
>              Labels: storage
>         Attachments: cloudstack_volume_management.patch
>
>
> The ability to create, attach, detach, and delete block storage volumes (i.e. volumes in CloudStack, EBS in Amazon EC2) would be very useful in Libcloud, as this is a core functionality that is often used in (at least) these two environments.

--
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

        

[dev] [jira] [Updated] (LIBCLOUD-208) Add block storage volume management to Libcloud

Posted by "Gabriel Reid (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LIBCLOUD-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gabriel Reid updated LIBCLOUD-208:
----------------------------------

    Attachment: cloudstack_volume_management.patch

Initial implementation of driver-internal methods for CloudStack for creating and attaching volumes.
                
> Add block storage volume management to Libcloud
> -----------------------------------------------
>
>                 Key: LIBCLOUD-208
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-208
>             Project: Libcloud
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Gabriel Reid
>              Labels: storage
>         Attachments: cloudstack_volume_management.patch
>
>
> The ability to create, attach, detach, and delete block storage volumes (i.e. volumes in CloudStack, EBS in Amazon EC2) would be very useful in Libcloud, as this is a core functionality that is often used in (at least) these two environments.

--
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

        

[dev] [jira] [Updated] (LIBCLOUD-208) Add block storage volume management to Libcloud

Posted by "Gabriel Reid (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LIBCLOUD-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gabriel Reid updated LIBCLOUD-208:
----------------------------------

    Attachment: cloudstack_volume_management.patch

Updated patch with missing docstrings
                
> Add block storage volume management to Libcloud
> -----------------------------------------------
>
>                 Key: LIBCLOUD-208
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-208
>             Project: Libcloud
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Gabriel Reid
>              Labels: storage
>         Attachments: cloudstack_volume_management.patch, cloudstack_volume_management.patch
>
>
> The ability to create, attach, detach, and delete block storage volumes (i.e. volumes in CloudStack, EBS in Amazon EC2) would be very useful in Libcloud, as this is a core functionality that is often used in (at least) these two environments.

--
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

        

[dev] [jira] [Closed] (LIBCLOUD-208) Add block storage volume management to Libcloud

Posted by "Tomaz Muraus (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LIBCLOUD-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomaz Muraus closed LIBCLOUD-208.
---------------------------------

    
> Add block storage volume management to Libcloud
> -----------------------------------------------
>
>                 Key: LIBCLOUD-208
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-208
>             Project: Libcloud
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Gabriel Reid
>              Labels: storage
>             Fix For: 0.11.0
>
>         Attachments: cloudstack_volume_management.patch, cloudstack_volume_management.patch
>
>
> The ability to create, attach, detach, and delete block storage volumes (i.e. volumes in CloudStack, EBS in Amazon EC2) would be very useful in Libcloud, as this is a core functionality that is often used in (at least) these two environments.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[dev] [jira] [Resolved] (LIBCLOUD-208) Add block storage volume management to Libcloud

Posted by "Tomaz Muraus (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LIBCLOUD-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomaz Muraus resolved LIBCLOUD-208.
-----------------------------------

    Resolution: Fixed

Committed into trunk, thanks!
                
> Add block storage volume management to Libcloud
> -----------------------------------------------
>
>                 Key: LIBCLOUD-208
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-208
>             Project: Libcloud
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Gabriel Reid
>              Labels: storage
>         Attachments: cloudstack_volume_management.patch, cloudstack_volume_management.patch
>
>
> The ability to create, attach, detach, and delete block storage volumes (i.e. volumes in CloudStack, EBS in Amazon EC2) would be very useful in Libcloud, as this is a core functionality that is often used in (at least) these two environments.

--
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

        

[dev] [jira] [Commented] (LIBCLOUD-208) Add block storage volume management to Libcloud

Posted by "Tomaz Muraus (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LIBCLOUD-208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13290861#comment-13290861 ] 

Tomaz Muraus commented on LIBCLOUD-208:
---------------------------------------

Patch comments:

ex_create_volume and ex_attach_volume methods are missing docstrings for all the argument. Otherwise the patch looks good.
                
> Add block storage volume management to Libcloud
> -----------------------------------------------
>
>                 Key: LIBCLOUD-208
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-208
>             Project: Libcloud
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Gabriel Reid
>              Labels: storage
>         Attachments: cloudstack_volume_management.patch
>
>
> The ability to create, attach, detach, and delete block storage volumes (i.e. volumes in CloudStack, EBS in Amazon EC2) would be very useful in Libcloud, as this is a core functionality that is often used in (at least) these two environments.

--
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

        

[dev] [jira] [Updated] (LIBCLOUD-208) Add block storage volume management to Libcloud

Posted by "Tomaz Muraus (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LIBCLOUD-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomaz Muraus updated LIBCLOUD-208:
----------------------------------

    Fix Version/s: 0.11.0
    
> Add block storage volume management to Libcloud
> -----------------------------------------------
>
>                 Key: LIBCLOUD-208
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-208
>             Project: Libcloud
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Gabriel Reid
>              Labels: storage
>             Fix For: 0.11.0
>
>         Attachments: cloudstack_volume_management.patch, cloudstack_volume_management.patch
>
>
> The ability to create, attach, detach, and delete block storage volumes (i.e. volumes in CloudStack, EBS in Amazon EC2) would be very useful in Libcloud, as this is a core functionality that is often used in (at least) these two environments.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[dev] [jira] [Commented] (LIBCLOUD-208) Add block storage volume management to Libcloud

Posted by "Tomaz Muraus (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LIBCLOUD-208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13290860#comment-13290860 ] 

Tomaz Muraus commented on LIBCLOUD-208:
---------------------------------------

As far as the base API goes, you should start a discussion on a mailing list (dev@libcloud.apache.org). Block storage APIs are usually relatively simple which makes me think it shouldn't be too hard to come up with a good and simple base API.
                
> Add block storage volume management to Libcloud
> -----------------------------------------------
>
>                 Key: LIBCLOUD-208
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-208
>             Project: Libcloud
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Gabriel Reid
>              Labels: storage
>         Attachments: cloudstack_volume_management.patch
>
>
> The ability to create, attach, detach, and delete block storage volumes (i.e. volumes in CloudStack, EBS in Amazon EC2) would be very useful in Libcloud, as this is a core functionality that is often used in (at least) these two environments.

--
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