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