You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by "Marios Andreou (Commented) (JIRA)" <ji...@apache.org> on 2012/02/01 15:06:59 UTC

[jira] [Commented] (DTACLOUD-135) Storage volumes and storage snapshots need to be removed from Deltacloud API for Vsphere - not supported

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

Marios Andreou commented on DTACLOUD-135:
-----------------------------------------

thanks for spotting this - looks like we forgot the 'supported_collections' method in vsphere driver - will fix tomorrow
                
> Storage volumes and storage snapshots need to be removed from Deltacloud API for Vsphere - not supported
> --------------------------------------------------------------------------------------------------------
>
>                 Key: DTACLOUD-135
>                 URL: https://issues.apache.org/jira/browse/DTACLOUD-135
>             Project: DeltaCloud
>          Issue Type: Bug
>          Components: Server
>         Environment: deltacloud-core-0.5.0 rc2
>            Reporter: Ronelle Landy
>            Assignee: Marios Andreou
>
> The API lists storage_volume and storage snapshots but accessing these collections shows that they are not supported:
> curl -X GET --user 'user:pswd' "http://server:3001/api/?format=xml"
> <api driver='vsphere' version='0.5.0'>
>   <link href='http://server:3001/api/images' rel='images'>
>   </link>
>   <link href='http://server:3001/api/instances' rel='instances'>
>     <feature name='user_iso'>
>     </feature>
>     <feature name='user_data'>
>     </feature>
>     <feature name='user_name'>
>     </feature>
>   </link>
>   <link href='http://server:3001/api/storage_snapshots' rel='storage_snapshots'>
>   </link>
>   <link href='http://server:3001/api/drivers' rel='drivers'>
>   </link>
>   <link href='http://server:3001/api/hardware_profiles' rel='hardware_profiles'>
>   </link>
>   <link href='http://server:3001/api/instance_states' rel='instance_states'>
>   </link>
>   <link href='http:/server:3001/api/realms' rel='realms'>
>   </link>
>   <link href='http:/server:3001/api/storage_volumes' rel='storage_volumes'>
>   </link>
> </api>
> Deltacloud::BackendCapability::Failure - storage_snapshots capability not supported by backend Deltacloud::Drivers::VSphere::VSphereDriver
> Deltacloud::BackendCapability::Failure - storage_volumes capability not supported by backend Deltacloud::Drivers::VSphere::VSphereDriver

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