我在lxc容器上部署服务时遇到了问题,我设置了maas和juju,并部署了4台服务器。这是一种柔道状态:
environment: maas
machines:
"0":
agent-state: started
agent-version: 1.24.0
dns-name: node4.maas
instance-id: /MAAS/api/1.0/nodes/node-98e78102-1e47-11e5-885d-0030487c90c8/
series: trusty
containers:
0/lxc/9:
agent-state-info: 'container failed to start and was destroyed: juju-machine-0-lxc-9'
instance-id: pending
series: trusty
hardware: arch=amd64 cpu-cores=2 mem=16384M
state-server-member-status: has-vote我可以在单机上部署服务,但不能将其部署到lxc。有人能帮忙吗?
发布于 2015-12-04 09:34:38
调试的最佳方法是查看一下调试日志,看看它是否提供了更多的信息。
juju debug-log -n 1000在过去几个月里,在这方面取得了一些进展。再试一次使用最新版本的柔术可能会有帮助。
https://askubuntu.com/questions/643159
复制相似问题