Comment 5 for bug 1292275

Revision history for this message
Andrew Wilkins (axwalk) wrote : Re: juju destroy-environment -y local --force does not stop jujud processes on broken bootstrap

The termination code sends SIGABRT (slightly abusive, but SIGTERM is used by upstart).

The problem here is that since mongod doesn't exist, the bootstrap agent never finishes. The agent never gets as far as starting the signal-handler worker, hence why termination/uninstall doesn't work.

Since this only happened on a momentarily broken trunk (trunk is fixed now, you can't bootstrap without mongod anymore), I'm not convinced there's anything to do.