How can I relaunch juju daemons without stop/starting local LXC VMs
Posted
by
vaab
on Ask Ubuntu
See other posts from Ask Ubuntu
or by vaab
Published on 2012-11-17T19:45:06Z
Indexed on
2012/11/17
23:22 UTC
Read the original article
Hit count: 400
I'm using juju in local mode with LXC.
I updated juju
on the host with a classical:
apt-get install juju
And had a plentyful of python errors in juju debug-log
probably because juju processes weren't restarted.
In order to restart juju processes, I had to do a complete:
juju destroy-environment
juju bootstrap
which deleted all contents in /var/lib/lxc
. I was warned, and this was not an issue, but will be when I'll be in a production environment.
Is there a way to relaunch juju daemons without stop/starting LXC local VMs ?
© Ask Ubuntu or respective owner