blob: 6926d4e5790d1c542fd5a543f81061e3efeddaec (
plain) (
blame)
1
2
3
4
5
|
qemu monitor does not suppot rbd "savevm" command
1. I used ceph rbd as my block device, /usr/local/bin/qemu-system-x86_64 -drive format=rbd,file=rbd:rbd/sles.img:rbd_cache=true,cache=writeback -boot c -m 1024 -enable-kvm -vnc 0.0.0.0:0 -monitor stdio
2. when in monitor command line "savevm", it reports "Error -95 while writing VM" in the monitor
|