Bugzilla – Bug 6998
VM request fails when there is no customization task with reference client
Last modified: 2010-06-28 00:23:34
You need to log in before you can comment on or make changes to this bug.
When creating a VM without a customization task, the request usually fails. Here's a transcript from the creation request. http://pastie.org/920104 The same request with a customization task succeeds.
Got a report of same error but from a cloud-client invocation that seems to have the customization task (ssh.pubkey is in conf) which is different from patrick's symptoms
Here is the issue if anyone is interested. When there is no customization task (a rare usage, so you are first to uncover), the service will invoke "propagate+start" as an optimization. The state machine is doing the wrong thing in that case. The solution for release 2.5 will need to be to just disable that optimization until it can be fixed for real. Opening Bug 7063 for the subsequent release Fix for this bug in master for Nimbus 2.5 http://github.com/nimbusproject/nimbus/compare/fe4cc53...d3679d8