You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/09/10 20:32:34 UTC

[jira] [Commented] (LIBCLOUD-613) wrong valid_volume_types into compute.drivers.ec2

    [ https://issues.apache.org/jira/browse/LIBCLOUD-613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14128890#comment-14128890 ] 

ASF subversion and git services commented on LIBCLOUD-613:
----------------------------------------------------------

Commit 49a1b016d46d624c3d6b559f710a076d9bbd5b82 in libcloud's branch refs/heads/trunk from [~kami]
[ https://git-wip-us.apache.org/repos/asf?p=libcloud.git;h=49a1b01 ]

[LIBCLOUD-613] Allow user to pass "gp2" for "ex_volume_type" argument to the create_volume
method in the EC2 driver.

Reported by Xavier Barbosa.


> wrong valid_volume_types into compute.drivers.ec2
> -------------------------------------------------
>
>                 Key: LIBCLOUD-613
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-613
>             Project: Libcloud
>          Issue Type: Bug
>          Components: Compute
>            Reporter: Xavier Barbosa
>              Labels: ec2, volumes
>
> There's a typo in volume types. See the doc http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html
> actually:
> {code}
>    valid_volume_types = ['standard', 'io1', 'p2']
> {code}
> it must be:
> {code}
>    valid_volume_types = ['standard', 'io1', 'gp2']
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)