-
Bug
-
Resolution: Done-Errata
-
Minor
-
rhel-9.4
-
libvirt-10.0.0-3.el9
-
None
-
Low
-
rhel-sst-virtualization
-
ssg_virtualization
-
26
-
None
-
QE ack, Dev ack
-
False
-
-
None
-
None
-
Pass
-
Automated
-
None
What were you trying to do that didn't work?
Migrate vm with specified disk port, it failed at the second migration.
Please provide the package NVR for which bug is seen:
libvirt-9.10.0-1.el9.x86_64
How reproducible:
100%
Steps to reproduce
- Start a vm using local storage
- Migrate vm to target host with specified disk port
# virsh migrate vm2 qemu+ssh://{target_host}/system --live --p2p --copy-storage-all --disks-port 49888
- After migration completes, shutdown vm on target host
- Start vm on source host, migrate again with specified disk port, it failed:
# virsh migrate vm2 qemu+ssh://{target_host}/system --live --p2p --copy-storage-all --disks-port 49888 error: internal error: Failed to reserve port 49888
- Migrate again, it can succeed this time:
# virsh migrate vm2 qemu+ssh://{target_host}/system --live --p2p --copy-storage-all --disks-port 49888
Expected results
No such error "Failed to reserve port 49888"
Actual results
The second migration failed.
- links to
-
RHBA-2023:125049 libvirt bug fix and enhancement update
- mentioned on