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/08/09 15:37:19 UTC

[jira] [Created] (DTACLOUD-296) Attaching an instance to storage volume in EC2 throws 404 exception

Ramesh A created DTACLOUD-296:
---------------------------------

             Summary: Attaching an instance to storage volume in EC2 throws 404 exception
                 Key: DTACLOUD-296
                 URL: https://issues.apache.org/jira/browse/DTACLOUD-296
             Project: DeltaCloud
          Issue Type: Bug
          Components: Client (Ruby), EC2/Frontend
         Environment: commit 5b1548373e3db875aaaac74d8612dbf2a6a4838c
OS - Fedora 16, 17, RHEL 6.3

            Reporter: Ramesh A
            Priority: Minor


Attaching an instance to storage volume in EC2 throws 404 exception

Reproduction steps
==============
1. Create an instance in EC2
2. Create a Storage volume
3. Attach the created instance to the created storage volume

Expected Result:
=============
Should be able to attach it successfully 

Actual Result:
===========
Throws 404 exception

Log o/p:
======

I, [2012-08-09T19:03:32.645918 #15655]  INFO -- : Opening new HTTPS connection to ec2.us-east-1.amazonaws.com:443
127.0.0.1 - - [09/Aug/2012 19:03:34] "GET /api/storage_volumes/vol-35854255/attach_instance HTTP/1.1" 200 2381 4.1646
127.0.0.1 - - [09/Aug/2012 19:03:40] "POST /api/volumes/vol-35854255/attach HTTP/1.1" 404 472 0.0213


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

        

[jira] [Assigned] (DTACLOUD-296) Attaching an instance to storage volume in EC2 throws 404 exception

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

Marios Andreou reassigned DTACLOUD-296:
---------------------------------------

    Assignee: Marios Andreou
    
> Attaching an instance to storage volume in EC2 throws 404 exception
> -------------------------------------------------------------------
>
>                 Key: DTACLOUD-296
>                 URL: https://issues.apache.org/jira/browse/DTACLOUD-296
>             Project: DeltaCloud
>          Issue Type: Bug
>          Components: Client (Ruby), EC2/Frontend
>         Environment: commit 5b1548373e3db875aaaac74d8612dbf2a6a4838c
> OS - Fedora 16, 17, RHEL 6.3
>            Reporter: Ramesh A
>            Assignee: Marios Andreou
>            Priority: Minor
>
> Attaching an instance to storage volume in EC2 throws 404 exception
> Reproduction steps
> ==============
> 1. Create an instance in EC2
> 2. Create a Storage volume
> 3. Attach the created instance to the created storage volume
> Expected Result:
> =============
> Should be able to attach it successfully 
> Actual Result:
> ===========
> Throws 404 exception
> Log o/p:
> ======
> I, [2012-08-09T19:03:32.645918 #15655]  INFO -- : Opening new HTTPS connection to ec2.us-east-1.amazonaws.com:443
> 127.0.0.1 - - [09/Aug/2012 19:03:34] "GET /api/storage_volumes/vol-35854255/attach_instance HTTP/1.1" 200 2381 4.1646
> 127.0.0.1 - - [09/Aug/2012 19:03:40] "POST /api/volumes/vol-35854255/attach HTTP/1.1" 404 472 0.0213

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

        

[jira] [Closed] (DTACLOUD-296) Attaching an instance to storage volume in EC2 throws 404 exception

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

Marios Andreou closed DTACLOUD-296.
-----------------------------------


ACKed by Michal Fojtik on dev@deltacloud.apache.org mailing list.

pushed to master with commit 273022297c458f23a1f4fce521ceaf54c3654305
                
> Attaching an instance to storage volume in EC2 throws 404 exception
> -------------------------------------------------------------------
>
>                 Key: DTACLOUD-296
>                 URL: https://issues.apache.org/jira/browse/DTACLOUD-296
>             Project: DeltaCloud
>          Issue Type: Bug
>          Components: Client (Ruby), EC2/Frontend
>         Environment: commit 5b1548373e3db875aaaac74d8612dbf2a6a4838c
> OS - Fedora 16, 17, RHEL 6.3
>            Reporter: Ramesh A
>            Assignee: Ramesh A
>            Priority: Minor
>         Attachments: 0001-Fixes-JIRA-DTACLOUD_296-storage-volumes-and-HTML-UI.patch
>
>
> Attaching an instance to storage volume in EC2 throws 404 exception
> Reproduction steps
> ==============
> 1. Create an instance in EC2
> 2. Create a Storage volume
> 3. Attach the created instance to the created storage volume
> Expected Result:
> =============
> Should be able to attach it successfully 
> Actual Result:
> ===========
> Throws 404 exception
> Log o/p:
> ======
> I, [2012-08-09T19:03:32.645918 #15655]  INFO -- : Opening new HTTPS connection to ec2.us-east-1.amazonaws.com:443
> 127.0.0.1 - - [09/Aug/2012 19:03:34] "GET /api/storage_volumes/vol-35854255/attach_instance HTTP/1.1" 200 2381 4.1646
> 127.0.0.1 - - [09/Aug/2012 19:03:40] "POST /api/volumes/vol-35854255/attach HTTP/1.1" 404 472 0.0213

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

        

[jira] [Assigned] (DTACLOUD-296) Attaching an instance to storage volume in EC2 throws 404 exception

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

Marios Andreou reassigned DTACLOUD-296:
---------------------------------------

    Assignee: Ramesh A  (was: Marios Andreou)
    
> Attaching an instance to storage volume in EC2 throws 404 exception
> -------------------------------------------------------------------
>
>                 Key: DTACLOUD-296
>                 URL: https://issues.apache.org/jira/browse/DTACLOUD-296
>             Project: DeltaCloud
>          Issue Type: Bug
>          Components: Client (Ruby), EC2/Frontend
>         Environment: commit 5b1548373e3db875aaaac74d8612dbf2a6a4838c
> OS - Fedora 16, 17, RHEL 6.3
>            Reporter: Ramesh A
>            Assignee: Ramesh A
>            Priority: Minor
>         Attachments: 0001-Fixes-JIRA-DTACLOUD_296-storage-volumes-and-HTML-UI.patch
>
>
> Attaching an instance to storage volume in EC2 throws 404 exception
> Reproduction steps
> ==============
> 1. Create an instance in EC2
> 2. Create a Storage volume
> 3. Attach the created instance to the created storage volume
> Expected Result:
> =============
> Should be able to attach it successfully 
> Actual Result:
> ===========
> Throws 404 exception
> Log o/p:
> ======
> I, [2012-08-09T19:03:32.645918 #15655]  INFO -- : Opening new HTTPS connection to ec2.us-east-1.amazonaws.com:443
> 127.0.0.1 - - [09/Aug/2012 19:03:34] "GET /api/storage_volumes/vol-35854255/attach_instance HTTP/1.1" 200 2381 4.1646
> 127.0.0.1 - - [09/Aug/2012 19:03:40] "POST /api/volumes/vol-35854255/attach HTTP/1.1" 404 472 0.0213

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

        

[jira] [Updated] (DTACLOUD-296) Attaching an instance to storage volume in EC2 throws 404 exception

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

Marios Andreou updated DTACLOUD-296:
------------------------------------

    Attachment: 0001-Fixes-JIRA-DTACLOUD_296-storage-volumes-and-HTML-UI.patch
    
> Attaching an instance to storage volume in EC2 throws 404 exception
> -------------------------------------------------------------------
>
>                 Key: DTACLOUD-296
>                 URL: https://issues.apache.org/jira/browse/DTACLOUD-296
>             Project: DeltaCloud
>          Issue Type: Bug
>          Components: Client (Ruby), EC2/Frontend
>         Environment: commit 5b1548373e3db875aaaac74d8612dbf2a6a4838c
> OS - Fedora 16, 17, RHEL 6.3
>            Reporter: Ramesh A
>            Assignee: Marios Andreou
>            Priority: Minor
>         Attachments: 0001-Fixes-JIRA-DTACLOUD_296-storage-volumes-and-HTML-UI.patch
>
>
> Attaching an instance to storage volume in EC2 throws 404 exception
> Reproduction steps
> ==============
> 1. Create an instance in EC2
> 2. Create a Storage volume
> 3. Attach the created instance to the created storage volume
> Expected Result:
> =============
> Should be able to attach it successfully 
> Actual Result:
> ===========
> Throws 404 exception
> Log o/p:
> ======
> I, [2012-08-09T19:03:32.645918 #15655]  INFO -- : Opening new HTTPS connection to ec2.us-east-1.amazonaws.com:443
> 127.0.0.1 - - [09/Aug/2012 19:03:34] "GET /api/storage_volumes/vol-35854255/attach_instance HTTP/1.1" 200 2381 4.1646
> 127.0.0.1 - - [09/Aug/2012 19:03:40] "POST /api/volumes/vol-35854255/attach HTTP/1.1" 404 472 0.0213

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

        

[jira] [Resolved] (DTACLOUD-296) Attaching an instance to storage volume in EC2 throws 404 exception

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

Marios Andreou resolved DTACLOUD-296.
-------------------------------------

    Resolution: Fixed

attached patch should resolve this - testing please
                
> Attaching an instance to storage volume in EC2 throws 404 exception
> -------------------------------------------------------------------
>
>                 Key: DTACLOUD-296
>                 URL: https://issues.apache.org/jira/browse/DTACLOUD-296
>             Project: DeltaCloud
>          Issue Type: Bug
>          Components: Client (Ruby), EC2/Frontend
>         Environment: commit 5b1548373e3db875aaaac74d8612dbf2a6a4838c
> OS - Fedora 16, 17, RHEL 6.3
>            Reporter: Ramesh A
>            Assignee: Marios Andreou
>            Priority: Minor
>         Attachments: 0001-Fixes-JIRA-DTACLOUD_296-storage-volumes-and-HTML-UI.patch
>
>
> Attaching an instance to storage volume in EC2 throws 404 exception
> Reproduction steps
> ==============
> 1. Create an instance in EC2
> 2. Create a Storage volume
> 3. Attach the created instance to the created storage volume
> Expected Result:
> =============
> Should be able to attach it successfully 
> Actual Result:
> ===========
> Throws 404 exception
> Log o/p:
> ======
> I, [2012-08-09T19:03:32.645918 #15655]  INFO -- : Opening new HTTPS connection to ec2.us-east-1.amazonaws.com:443
> 127.0.0.1 - - [09/Aug/2012 19:03:34] "GET /api/storage_volumes/vol-35854255/attach_instance HTTP/1.1" 200 2381 4.1646
> 127.0.0.1 - - [09/Aug/2012 19:03:40] "POST /api/volumes/vol-35854255/attach HTTP/1.1" 404 472 0.0213

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