Comment 1 for bug 1101136

Revision history for this message
Eoghan Glynn (eglynn) wrote :

The problem is that the task state reversion logic *only* kicks in if the failure occurs on the compute node.

Whereas in this case, an eager attempt is made to create the image upfront from the API node, before even casting the snapshot_instance RPC to the compute node.

This upfront image creation fails with 403 because of the RBAC settings, but the task state is never reverted.