blob: e2e0c573174b0bd95ef716a2cf84532e777acc05 (
plain) (
blame)
1
2
3
4
5
6
|
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
|