Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
Command 'query-migrate-parameters' can not be found in qemu-kvm. This happens from qemu-kvm-1.5.3-135.el7.x86_64. It works on qemu-kvm-1.5.3-134.el7.x86_64
Version-Release number of selected component (if applicable):
qemu-kvm-1.5.3-135.el7.x86_64
kernel-3.10.0-632.el7.x86_64
libvirt-3.2.0-2.virtcov.el7.x86_64
How reproducible:
100%
Steps to Reproduce:
1. Start a guest
2. Command 'query-migrate-parameters' can not be found.
# virsh qemu-monitor-command avocado-vt-vm1 '{"execute":"query-commands"}' |grep query-migrate-parameters
Actual results:
See above
Expected results:
Command 'query-migrate-parameters' should exist.
Additional info:
(In reply to Dan Zheng from comment #0)
> Description of problem:
> Command 'query-migrate-parameters' can not be found in qemu-kvm. This
> happens from qemu-kvm-1.5.3-135.el7.x86_64. It works on
> qemu-kvm-1.5.3-134.el7.x86_64
>
Are you sure? Cause I didn't see this command either with qemu-kvm-1.5.3-134.el7.x86_64
And with qemu-kvm-rhev-2.6.0-26.el7, I did observe such command, please retry with -rhev one. I think this command is only supported by -rhev
Packages:
libvirt.x86_64 0:3.2.0-1.virtcov.el7
qemu-kvm.x86_64 10:1.5.3-134.el7
Steps:
1. Start a guest and do migration
# virsh migrate avocado-vt-vm1 --live --verbose qemu+ssh://10.16.67.194:22/system
internal error: unable to execute QEMU command 'query-migrate-parameters': The command query-migrate-parameters has not been found\n\n")
2. Use libvirt.x86_64 0:3.1.0-2.virtcov.el7, it works.
Actual results:
See above
Expected results:
Command 'query-migrate-parameters' should not be invoked as it is rhev only.
Additional info:
Fixed upstream by
commit ac58c036065ff1d53bc05b796093287c27c71762
Refs: v3.2.0-270-gac58c0360
Author: Jiri Denemark <jdenemar>
AuthorDate: Wed Apr 26 23:18:35 2017 +0200
Commit: Jiri Denemark <jdenemar>
CommitDate: Thu Apr 27 10:33:18 2017 +0200
qemu: Ignore missing query-migrate-parameters
Migration with old QEMU which does not support query-migrate-parameters
would fail because the QMP command is called unconditionally since the
introduction of TLS migration. Previously it was only called if the user
explicitly requested a feature which uses QEMU migration parameters. And
even then the situation was not ideal, instead of reporting an
unsupported feature we'd just complain about missing QMP command.
Trivially no migration parameters are supported when
query-migrate-parameters QMP command is missing. There's no need to
report an error if it is missing, the callers will report better error
if needed.
https://bugzilla.redhat.com/show_bug.cgi?id=1441934
Signed-off-by: Jiri Denemark <jdenemar>
Reproduce with builds:
libvirt-3.2.0-3.el7.x86_64
qemu-kvm-1.5.3-137.el7.x86_64
Verify with builds:
libvirt-3.2.0-4.el7.x86_64
qemu-kvm-1.5.3-137.el7.x86_64
Migration can succeed now.
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, 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/RHEA-2017:1846
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, 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/RHEA-2017:1846
Description of problem: Command 'query-migrate-parameters' can not be found in qemu-kvm. This happens from qemu-kvm-1.5.3-135.el7.x86_64. It works on qemu-kvm-1.5.3-134.el7.x86_64 Version-Release number of selected component (if applicable): qemu-kvm-1.5.3-135.el7.x86_64 kernel-3.10.0-632.el7.x86_64 libvirt-3.2.0-2.virtcov.el7.x86_64 How reproducible: 100% Steps to Reproduce: 1. Start a guest 2. Command 'query-migrate-parameters' can not be found. # virsh qemu-monitor-command avocado-vt-vm1 '{"execute":"query-commands"}' |grep query-migrate-parameters Actual results: See above Expected results: Command 'query-migrate-parameters' should exist. Additional info: