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.
Bug 893919 - Incorrect prompt when enable/disable xbzrle with "migrate_set_capability" during migration process
Summary: Incorrect prompt when enable/disable xbzrle with "migrate_set_capability" dur...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: qemu-kvm
Version: 7.0
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: rc
: ---
Assignee: Hai Huang
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-01-10 09:02 UTC by Qunfang Zhang
Modified: 2014-06-18 03:20 UTC (History)
5 users (show)

Fixed In Version: QEMU 1.4
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-13 13:08:24 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Qunfang Zhang 2013-01-10 09:02:15 UTC
Description of problem:
Change xbzrle value (on/off) during migration process. There will be prompt and can not change the value. This is correct but the prompt has a little problem. 

(qemu)migrate_set_capability xbzrle off
migrate_set_parameter: There's a migration process in progress

Should be : migrate_set_capability: There's a migration process in progress

I guess it's because the command was "migrate_set_parameter" in the old version of xbzrle.

Version-Release number of selected component (if applicable):
kernel-3.6.0-0.29.el7.x86_64
qemu-kvm-1.3.0-3.el7.x86_64

How reproducible:
Always

Steps to Reproduce:
1. Boot a guest on source host and also on destination host with listening mode "-incoming tcp:0:5800"

2. Migrate guest.
(qemu) migrate -d tcp:$dst_host_ip:5800

3. Change the xbzrle value during migration process.
(qemu)migrate_set_capability xbzrle off/on
  
Actual results:
(qemu)migrate_set_capability xbzrle off
migrate_set_parameter: There's a migration process in progress

Expected results:
(qemu)migrate_set_capability xbzrle off
migrate_set_capability: There's a migration process in progress

Additional info:

Comment 2 Orit Wasserman 2013-02-12 10:02:04 UTC
Fix in QEMU 1.4

Comment 3 juzhang 2014-01-20 06:38:55 UTC
(In reply to Orit Wasserman from comment #2)
> Fix in QEMU 1.4

Hi Orit,

Since this bz has been fixed in qemu1.4, would you please add this bz into corresponding errata?

Best Regards,
Junyi

Comment 5 Miroslav Rezanina 2014-02-13 07:01:28 UTC
Changing to MODIFIED to fullfill errata process

Comment 7 Qunfang Zhang 2014-02-19 09:12:27 UTC
Verified pass with the same steps in comment 0 with qemu-kvm-1.5.3-48.el7.x86_64.

Enable xbzrle and then do migration, try to turn off xbzrle before migration finished. It will prompt: 

(qemu) migrate_set_capability xbzrle off
migrate_set_capability: There's a migration process in progress

So this issue is fixed.

Comment 9 Ludek Smid 2014-06-13 13:08:24 UTC
This request was resolved in Red Hat Enterprise Linux 7.0.

Contact your manager or support representative in case you have further questions about the request.


Note You need to log in before you can comment on or make changes to this bug.