qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] 2.1 unexpected stop after exporting blockdev via nbd server


From: Andrey Korolyov
Subject: [Qemu-devel] 2.1 unexpected stop after exporting blockdev via nbd server
Date: Thu, 18 Dec 2014 19:38:59 +0400

Hello,

2.1-stable is currently crashing with the

Co-routine re-entered recursively
2014-12-16 15:06:23.578+0000: shutting down

after execution of (for example) following when using virtio-dp as a
disk backend:

'{ "execute": "nbd-server-start", "arguments": { "addr": { "type":
"inet", "data": { "host": "10.6.0.1", "port": "3333" } } } }'
'{ "execute": "nbd-server-add", "arguments": {"device":
"drive-virtio-disk0","writable": false } }'

Should be easily reproduceable, args follows:

qemu-system-x86_64 -enable-kvm -name vm31148 -S -machine
pc-i440fx-2.1,accel=kvm,usb=off -cpu SandyBridge,+kvm_pv_eoi -m 512
-realtime mlock=off -smp 12,sockets=1,cores=12,threads=12 -uuid
fe590ff9-1f18-4bb1-9627-7d8c800a00fe -nographic -no-user-config
-nodefaults -device sga -chardev
socket,id=charmonitor,path=/var/lib/libvirt/qemu/vm31148.monitor,server,nowait
-mon chardev=charmonitor,id=monitor,mode=control -rtc
base=utc,driftfix=slew -global kvm-pit.lost_tick_policy=discard
-no-shutdown -global PIIX4_PM.disable_s3=1 -global
PIIX4_PM.disable_s4=1 -boot strict=on -device
nec-usb-xhci,id=usb,bus=pci.0,addr=0x4 -device
virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x5 -drive
file=rbd:dev-rack2/vm31148-rjv:id=qemukvm:key=xxx:auth_supported=cephx\;none:mon_host=10.6.0.1\:6789\;10.6.0.3\:6789\;10.6.0.4\:6789,if=none,id=drive-virtio-disk0,format=raw
-device 
virtio-blk-pci,scsi=off,bus=pci.0,addr=0x6,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1
-chardev pty,id=charserial0 -device
isa-serial,chardev=charserial0,id=serial0 -chardev
socket,id=charchannel0,path=/var/lib/libvirt/qemu/vm31148.sock,server,nowait
-device 
virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=org.qemu.guest_agent.1
-object iothread,id=vm31148blk0 -set
device.virtio-disk0.config-wce=off -set device.virtio-disk0.scsi=off
-set device.virtio-disk0.iothread=vm31148blk0



reply via email to

[Prev in Thread] Current Thread [Next in Thread]