qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* Migration: multifd problems
@ 2021-06-03  9:25 Li Zhang
  0 siblings, 0 replies; only message in thread
From: Li Zhang @ 2021-06-03  9:25 UTC (permalink / raw)
  To: QEMU

[-- Attachment #1: Type: text/plain, Size: 1359 bytes --]

Hi all,

I tried live migration with multifd enabled. The guest on the source side
hangs there when it is migrated with the setting multifd-channels = 16.  It
works well when set multifd-channels as 2,4, 8.
Qemu version: qemu-6.0.50:
Latest commit:  commit c313e52e6459de2e9064767083a0c949c476e32b

Qemu command line:
source side:
qemu-system-x86_64 --machine pc,accel=kvm,usb=off,dump-guest-core=off -smp
40 -m 1024 --nographic \
    -device pci-bridge,id=pci_bridge1,bus=pci.0,chassis_nr=1 \
    -drive
file=./CentOS.raw,if=none,id=drive-virtio-disk0,format=raw,cache=none,aio=native
\
    -device
virtio-blk-pci,scsi=off,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=0
\
    -serial telnet:localhost:4444,server,nowait

Destination side:
qemu-system-x86_64  --machine pc,accel=kvm,usb=off,dump-guest-core=off -smp
40 -m 1024 --nographic \
    -device pci-bridge,id=pci_bridge1,bus=pci.0,chassis_nr=1 \
    -drive
file=./CentOS.raw,if=none,id=drive-virtio-disk0,format=raw,cache=none,aio=native
\
    -device
virtio-blk-pci,scsi=off,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=0
\
    -serial telnet:localhost:4444,server,nowait \
    -incoming tcp:10.43.16.29:4446,server,wait

Setting of migration:
# migrate_set_capability multifd on
# migrate_set_parameter multifd-channels 16
# migrate_set_parameter max-bandwidth 4G

Any ideas?

Thanks
Li

[-- Attachment #2: Type: text/html, Size: 1715 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-03  9:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-03  9:25 Migration: multifd problems Li Zhang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).