Comment 2 for bug 1157066

Revision history for this message
Serge Hallyn (serge-hallyn) wrote : Re: REGRESSION: VMs do not boot out of Virtual Machine Manager any more

Thanks for reporting this bug.

Could you please attach the xml definition for one of the domains which fails to start?

Log into the server which actually hosts the VMs and do

    virsh list --all
    virsh dumpxml <vm-name>
    sudo sed -i '/log_level/d' /etc/libvirt/libvirtd.conf
    echo 'log_level = 1' | sudo tee -a /etc/libvirt/libvirtd.conf
    sudo stop libvirtd
    sudo start libvirtd
    virsh start <vm-name>

Then attach /var/log/libvirt/libvirtd.log and /var/log/libvirt/qemu/<vmname>.log as attachments to this bug.

Thanks again.