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.

Bug 1280419

Summary: error "unsupported migration cookie feature memory-hotplug" is reported despite migration working
Product: Red Hat Enterprise Linux 7 Reporter: Jan Kurik <jkurik>
Component: libvirtAssignee: Peter Krempa <pkrempa>
Status: CLOSED ERRATA QA Contact: Virtualization Bugs <virt-bugs>
Severity: low Docs Contact:
Priority: high    
Version: 7.2CC: dyuan, jsuchane, michal.skrivanek, mzhan, pkrempa, rbalakri, snagar, tlavigne, yafu, zpeng
Target Milestone: rcKeywords: ZStream
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
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:
Story Points: ---
Clone Of: 1278404 Environment:
Last Closed: 2015-12-08 10:41:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1278404    
Bug Blocks:    

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