Centos

安裝 cloudstack-agent 後未載入 KVM 模組

  • May 24, 2017

我按照本指南安裝 CloudStack 和 KVM:

https://docs.cloudstack.apache.org/projects/cloudstack-installation/en/latest/qig.html#kvm-setup-and-installation

一切順利,但安裝 cloudstack-agent 後:

# yum -y install cloudstack-agent

並按照指導進行配置,當檢查 KVM 在我的機器上是否執行正常時,我看不到任何結果:

# lsmod | grep kvm

我不知道原因。

當我檢查 cloudstack-agent 狀態時:

# service cloudstack-agent status
cloudstack-agent dead but subsys locked

日誌是:

# tail /var/log/cloudstack/agent/agent.log
...
2017-04-18 12:13:14,205 ERROR [kvm.storage.LibvirtStorageAdaptor] (Agent-Handler-1:null) (logid:) org.libvirt.LibvirtException: XML error: missing pool source name element
...

本指南僅提供在 KVM 伺服器上安裝和配置 cloudstack-agent 的步驟。

您需要先在此伺服器上安裝 KVM:

# yum install kvm qemu-kvm python-virtinst libvirt libvirt-python libguestfs-tools

安裝這些軟體包後,啟動 libvirt 服務並檢查 kvm 是否工作正常:

# lsmod | grep kvm

引用自:https://serverfault.com/questions/844996