Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Which KVM host OS is being used? Centos 6.2, 6,1, Ubuntu 10.04/12.04? 
  2. Which version of libvirt is using, "virsh --version"
  3. Turn the agent log level to debug:
    Code Block
    $sed -i 's/INFO/DEBUG/g' /etc/cloudcloudstack/agent/log4j-cloud.xml
    
  4. Reproduce the issue, paste the /var/log/cloudcloudstack/agent/agent.log to a pastebin
  5. If adding kvm host failed, take a look at: /var/log/cloudcloudstack/setupAgent.log
  6. Ensure that virtualization modules are present on your host OS. Following shows KVM modules
    Code Block
    $lsmod | grep kvm
    

...