Comment 18 for bug 1593828

Revision history for this message
Uros Jovanovic (uros-jovanovic) wrote :

Chris, I've built juju with PR for mgo fix. I haven't seen the dup errors anymore in logs anymore.

However, if you bootstrap LXD and do:

juju bootstrap localxd lxd --upload-tools
for i in {1..30}; do juju deploy ubuntu ubuntu$i; sleep 90; done

Somewhere between 10-20-th deploy fails with machine in pending state (nothin useful in logs) and none of the new deploys after that first pending succeeds. Might be a different bug, but it's easy to verify with running that for loop.

So, this particular error was not in my logs, but the controller still ends up unable to provision at least 30 machines ...