Description of problem:
Set migrate speed by "virsh migrate --bandwidth", then query by virsh migrate-getspeed, it can't get the correct value.
Version-Release number of selected component (if applicable):
libvirt-client-6.0.0-6.virtcov.el8.x86_64
How reproducible:
100%
Steps to Reproduce:
1.Start a vm
2.Migrate vm with --bandwidth:
# virsh migrate rhev qemu+ssh://{target_host}/system --live --verbose --bandwidth 10
3.Get max migration speed:
# virsh migrate-getspeed rhev
8796093022207
Actual results:
As step3
Expected results:
Step3:
# virsh migrate-getspeed rhev
10
Additional info:
Comment 3RHEL Program Management
2021-08-25 07:27:06 UTC
After evaluating this issue, there are no plans to address it further or fix it in an upcoming release. Therefore, it is being closed. If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (new packages: libvirt), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2022:2390
Description of problem: Set migrate speed by "virsh migrate --bandwidth", then query by virsh migrate-getspeed, it can't get the correct value. Version-Release number of selected component (if applicable): libvirt-client-6.0.0-6.virtcov.el8.x86_64 How reproducible: 100% Steps to Reproduce: 1.Start a vm 2.Migrate vm with --bandwidth: # virsh migrate rhev qemu+ssh://{target_host}/system --live --verbose --bandwidth 10 3.Get max migration speed: # virsh migrate-getspeed rhev 8796093022207 Actual results: As step3 Expected results: Step3: # virsh migrate-getspeed rhev 10 Additional info: