You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Paul C. Bryan (JIRA)" <ji...@apache.org> on 2013/09/25 20:06:03 UTC

[jira] [Created] (JCLOUDS-295) OpenStack API attempts to suspend node prior to snapshot completion

Paul C. Bryan created JCLOUDS-295:
-------------------------------------

             Summary: OpenStack API attempts to suspend node prior to snapshot completion
                 Key: JCLOUDS-295
                 URL: https://issues.apache.org/jira/browse/JCLOUDS-295
             Project: jclouds
          Issue Type: Bug
          Components: jclouds-compute
    Affects Versions: 1.6.0
            Reporter: Paul C. Bryan


During image creation in OpenStack, occasionally we'll receive an error:

java.util.concurrent.ExecutionException: org.jclouds.http.HttpResponseException: command: POST http://[SERVERNAME]:8774/v2/22f425ae3fd742cd9e1f34843e58b593/servers/aabf4e52-b3c0-442a-824d-3c043e666b25/action HTTP/1.1 failed with response: HTTP/1.1 409 Conflict; content: [{"conflictingRequest": {"message": "Cannot 'suspend' while instance is in task_state image_uploading", "code": 409}}]
        at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222)
        at java.util.concurrent.FutureTask.get(FutureTask.java:83)
        at com.salesforce.automation.cloudyboy.BaseImagesProvisioner.provisionProfiles(BaseImagesProvisioner.java:55)
        ...

This seems to be jclouds attempting to shutdown the node prior to the image being uploaded to Glance.

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