-
Bug
-
Resolution: Not a Bug
-
Critical
-
None
-
rhel-9.6
-
No
-
None
-
rhel-virt-core-libvirt-1
-
ssg_virtualization
-
None
-
False
-
False
-
-
None
-
None
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
None
{}What were you trying to do that didn't work?
Live migration VM from source to targe using nfs storage. Migration hangs and no error information output.
What is the impact of this issue to you?
The issue is blocking QE to test live migration feature in image mode.
Please provide the package NVR for which the bug is seen:
libvirt-10.10.0-7.3.el9_6.x86_64
How reproducible is this bug?:
100%
Steps to reproduce:
1. Prepare host A and host B. And setup migration env.
2. Start VM and run migrate command on host A. Migration hangs.
# virsh migrate --live --p2p --verbose --domain vm1 --desturi qemu+ssh://XXX/system
3. On host B, virsh command also hangs.
# virsh list --all
Expected results
Migration succeeded.
Actual results
Migration failed.
Additional Info:
1. After stop firewalld on the host A, the migration succeeded.
On host A:
# systemctl stop firewalld
# virsh migrate --live --p2p --verbose --domain vm1 --desturi qemu+ssh://XXX/system
Migration: [100.00 %]
On host B:
# virsh list --all
Id Name State
----------------------------------------
1 vm1 running
2. Migration succeeded in package mode.