All of lore.kernel.org
 help / color / mirror / Atom feed
From: Li Zhang <li.zhang@ionos.com>
To: QEMU <qemu-devel@nongnu.org>
Subject: Migration: multifd problems
Date: Thu, 3 Jun 2021 11:25:35 +0200	[thread overview]
Message-ID: <CAEM4iGGTcVydhHix-9=GJf6PHrZCdpx1iygV9vJ05bVNC0QN-g@mail.gmail.com> (raw)

[-- 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 --]

                 reply	other threads:[~2021-06-03  9:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAEM4iGGTcVydhHix-9=GJf6PHrZCdpx1iygV9vJ05bVNC0QN-g@mail.gmail.com' \
    --to=li.zhang@ionos.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.