Juju lxc 部署不起作用!

Juju lxc 部署不起作用!

我在 lxc 容器上部署服务时遇到问题。我已经设置了 maas 和 juju,并部署了 4 个服务器。以下是 juju 状态:

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。有人可以帮忙吗?

答案1

调试此问题的最佳方法是查看调试日志,看看它是否提供了更多信息

juju debug-log -n 1000

过去几个月,这方面已经有了不少改进。使用更新版本的 juju 再试一次可能会有帮助

相关内容