You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by "Ramesh A (JIRA)" <ji...@apache.org> on 2012/06/13 14:41:42 UTC

[jira] [Comment Edited] (DTACLOUD-232) Unable to delete storage volume and storage snapshot through webui

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

Ramesh A edited comment on DTACLOUD-232 at 6/13/12 12:41 PM:
-------------------------------------------------------------

Please Note, this works fine from the curl command

curl -X DELETE --user 'x:y' -H 'Accept: application/xml' "http://localhost:3003/api/storage_volumes/volume-xyz"

Its just a small fix that needs on the webui
                
      was (Author: rananda):
    Please Note, this works fine from the curl command

curl -X DELETE --user 'x:y' -H 'Accept: application/xml' "http://localhost:3003/api/storage_volumes/<volume>"

Its just a small fix that needs on the webui
                  
> Unable to delete storage volume and storage snapshot through webui
> ------------------------------------------------------------------
>
>                 Key: DTACLOUD-232
>                 URL: https://issues.apache.org/jira/browse/DTACLOUD-232
>             Project: DeltaCloud
>          Issue Type: Bug
>          Components: Client (Ruby), Server
>         Environment: OS - RHEL 6.2
> [rananda@server ~]# rpm -qa| grep deltacloud
> deltacloud-core-ec2-0.6.0-4.el6.noarch
> deltacloud-core-all-0.6.0-4.el6.noarch
> deltacloud-core-0.6.0-4.el6.noarch
> deltacloud-core-doc-0.6.0-4.el6.noarch
> deltacloud-core-vsphere-0.6.0-4.el6.noarch
> deltacloud-core-rhevm-0.6.0-4.el6.noarch
>            Reporter: Ramesh A
>            Priority: Minor
>
> Unable to delete storage volume and storage snapshot via web-ui.  Throw 404 response code in the logs and "Sinatra doesn’t know this ditty." web-ui.
> Deleting Storage Volume:
> ==================
> 10.70.1.24 - - [13/Jun/2012 08:36:31] "DELETE /api/volumes/vol-efb8de81 HTTP/1.1" 404 495 0.0403
> 10.70.1.24 - - [13/Jun/2012 08:36:31] "GET /api/__sinatra__/404.png HTTP/1.1" 404 491 0.1070
> Deleting Storage Snapshot:
> ====================
> 10.70.1.24 - - [13/Jun/2012 08:37:50] "GET /api/storage_snapshots/snap-b47073cb HTTP/1.1" 200 3305 0.4312
> 10.70.1.24 - - [13/Jun/2012 08:37:52] "DELETE /api/snapshots/snap-b47073cb HTTP/1.1" 404 498 0.0395
> 10.70.1.24 - - [13/Jun/2012 08:37:52] "GET /api/__sinatra__/404.png HTTP/1.1" 404 491 0.0416

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