如何修复 XCP-NG XENAPI_MISSING_PLUGIN(xscontainer) 或 Error on getting the default coreOS cloud template

问题:

在 XCP-NG 主机上创建 CoreOS 容器时,XCP-NG center 或 XenOrchestra 告诉你

cloud_config_error.txt
Cloud config: Error on getting the default coreOS cloud template

错误消息为

xenapi_missing_plugin_error.txt
XENAPI_MISSING_PLUGIN(xscontainer)
这是 XenServer/XCP-ng 错误

解决方案

使用 SSH 或 XCP-NG center 或 XenOrchestra 中的控制台以 root 身份登录主机控制台并运行

install_xscontainer.sh
yum install xscontainer

之后,重新加载你用于创建容器的页面(F5)。无需重启主机。

注意如果你有多个主机,你需要为每个主机单独 yum install xscontainer


Check out similar posts by category: Docker, Virtualization