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 1280419 - error "unsupported migration cookie feature memory-hotplug" is reported despite migration working
Summary: error "unsupported migration cookie feature memory-hotplug" is reported despi...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: libvirt
Version: 7.2
Hardware: Unspecified
OS: Unspecified
high
low
Target Milestone: rc
: ---
Assignee: Peter Krempa
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On: 1278404
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-11-11 17:16 UTC by Jan Kurik
Modified: 2015-12-08 10:41 UTC (History)
10 users (show)

Fixed In Version: libvirt-1.2.17-13.el7_2.1
Doc Type: Bug Fix
Doc Text:
Cause: Improperly logged error message when migrating with memory hotplug enabled. Consequence: When migrating with memory hotplug enabled the destination host logged a spurious message saying "unsupported migration cookie feature memory-hotplug". This didn't break migration but in cases where the migration would fail for some other reason this would sidetrack from the real cause of the failure. Fix: The error message is suppressed by correctly parsing the migration cookie flags. Result:
Clone Of: 1278404
Environment:
Last Closed: 2015-12-08 10:41:19 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2015:2567 0 normal SHIPPED_LIVE libvirt bug fix update 2015-12-08 15:40:16 UTC

Description Jan Kurik 2015-11-11 17:16:12 UTC
This bug has been copied from bug #1278404 and has been proposed
to be backported to 7.2 z-stream (EUS).

Comment 6 yafu 2015-11-24 08:37:28 UTC
Reproduce this bug with build:
libvirt-1.2.17-13.el7.x86_64
qemu-kvm-rhev-2.3.0-31.el7.x86_64

1.Prepare two hosts for migration;

2.Configure the libvirtd.conf as below and restart libvirtd service on the destination host:
  #cat /etc/libvirt/libvirtd.conf
   log_level=1
   log_outputs="1:file:/var/log/libvirt/libvirtd.log"

  #service libvirtd restart

2.Prepare a guest with <maxMemory> set:
 #virsh dumpxml rhel7
  <maxMemory slots='16' unit='KiB'>152429568</maxMemory>
  ...
  <cpu>
    <numa>
      <cell id='0' cpus='0-3' memory='512000' unit='KiB'/>
      <cell id='1' cpus='4-7' memory='512000' unit='KiB'/>
    </numa>
  </cpu>
  ...

3.Do migration:
  #virsh migrate rhel7 qemu+ssh://10.66.4.148/system --live

4.Check the libvirtd.log on the destination host, could see the error "unsupported migration cookie feature memory-hotplug", so the bug reproduced.
  #tailf /var/log/libvirt/libvirtd.log
2015-11-24 03:21:21.383+0000: 12735: error : qemuMigrationCookieXMLParse:1224 : internal error: Unsupported migration cookie feature memory-hotplug



Verify this bug with build:
libvirt-1.2.17-13.el7_2.1.x86_64
qemu-kvm-rhev-2.3.0-31.el7.x86_64

1.Re-execute step 1-3 in reproduce steps

2.Re-check the libvirtd.log on the destination host, could not see the error "unsupported migration cookie feature memory-hotplug".

According to upper steps, mark this bug verified.

Comment 8 errata-xmlrpc 2015-12-08 10:41:19 UTC
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://rhn.redhat.com/errata/RHBA-2015-2567.html


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