我正在尝试使用 juju 和本地提供商来设置 juju-gui(最终是 owncloud)。
在“juju deploy juju-gui”之后,juju status 显示错误:
agent-state-info: '(error: error executing "lxc-clone": lxc_container: failed
mounting /var/lib/lxc/juju-precise-template/rootfs onto /var/lib/lxc/juju-precise-template/rootfs;
lxc_container: Error copying storage; clone failed)'
我使用了以下命令:
juju init
juju switch local
juju bootstrap
juju deploy juju-gui
/var/lib/lxc/ 归 root 所有,那么 juju 如何访问它?目前是否有人成功使用 juju 1.18 和本地提供商?
我读到“sudo juju bootstrap”不再需要。那么 juju 是否正在使用非特权 lxc 或计划这样做?
我在 trusty lxc 容器内运行 juju 版本 1.18.0-trusty-amd64。
答案1
本地提供程序无法在其他 lxc 容器内工作。如果不从外部破解 lxc 配置,则不支持嵌套 lxc。