如何在不停止/启动本地LXC容器的情况下重新启动juju守护程序?


8

我在LXC的本地模式下使用juju。

juju在主机上更新了经典音乐:

apt-get install juju

并且有大量的python错误,juju debug-log可能是因为juju进程没有重新启动。

为了重新启动juju进程,我必须完成一个步骤:

juju destroy-environment
juju bootstrap

已删除中的所有内容/var/lib/lxc。我被警告了,这不是问题,但是会在生产环境中出现。

是否可以在不停止/启动LXC本地VM的情况下重新启动juju守护程序?


如果在计算机上升级juju客户端,则无需重新启动在环境中的计算机上运行的juju守护程序(jujud)。另一方面,如果要在环境中升级jujud版本,则需要运行juju upgrade-juju
dimitern 2014年

Answers:


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.