On Tue, Jun 14, 2016 at 12:04:07PM +0200, uli iske wrote: [..snip..] > Jun 14 11:51:32 kvm01 libvirtd[891]: Unable to read from monitor: Die > Verbindung wurde vom Kommunikationspartner zurückgesetzt > Jun 14 11:51:32 kvm01 libvirtd[891]: internal error: early end of file from > monitor, possible problem: 2016-06-14T09:51:32.323392Z qemu-system-x86_64: > -drive > file=rbd:rbd/sam:id=admin:auth_supported=cephx\;none:mon_host=10.210.0.5\:6789\;10.210.0.6\:6789\;10.210.0.88\:6789,password-secret=virtio-disk0-secret0,format=raw,if=none,id=drive-virtio-disk0,cache=none: > error connecting > Jun 14 11:51:32 kvm01 libvirtd[891]: internal error: process exited while > connecting to monitor: 2016-06-14T09:51:32.323392Z qemu-system-x86_64: -drive > file=rbd:rbd/sam:id=admin:auth_supported=cephx\;none:mon_host=10.210.0.5\:6789\;10.210.0.6\:6789\;10.210.0.88\:6789,password-secret=virtio-disk0-secret0,format=raw,if=none,id=drive-virtio-disk0,cache=none: > error connecting
This looks like an error connecting the Ceph disk so I'd either try to reproduce without libvirt or to leave out the disk from the domain XML and try to attach it via virsh qemu-monitor-command. This might be related to the password-secret which is fairly new code but I'm just guessing here. Tou could try to downgrade libvirt to 1.3.4 which did not have the secret code. If it works there we know where to look. Cheers, -- Guido