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 1184319 - Attach PCI-bridge, migration failed from RHEL7.1 to RHEL7.0.z
Summary: Attach PCI-bridge, migration failed from RHEL7.1 to RHEL7.0.z
Keywords:
Status: CLOSED DUPLICATE of bug 1172643
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: qemu-kvm-rhev
Version: 7.1
Hardware: x86_64
OS: Linux
high
high
Target Milestone: rc
: ---
Assignee: Dr. David Alan Gilbert
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-01-21 04:49 UTC by huiqingding
Modified: 2015-01-21 12:28 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-01-21 12:28:38 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description huiqingding 2015-01-21 04:49:20 UTC
Description of problem:
when attach a PCI-bridge, migration failed from RHEL7.1 to RHEL7.0.z 

Version-Release number of selected component (if applicable):
src RHEL7.1 host:
kernel-3.10.0-224.el7.x86_64
qemu-kvm-rhev-2.1.2-20.el7.x86_64

dst RHEL7.0.z host:
kernel-3.10.0-123.19.1.el7.x86_64
qemu-kvm-rhev-1.5.3-60.el7_0.11.x86_64

How reproducible:
100%

Steps to Reproduce:
1. boot a guest with a PCI-bridge on src RHEL7.1 host
/usr/libexec/qemu-kvm -cpu SandyBridge \
-enable-kvm  -m 4096  -smp 4,sockets=2,cores=2,threads=1,maxcpus=160 \
-monitor stdio \
-M pc-i440fx-rhel7.0.0 \
-global PIIX4_PM.disable_s3=0 \
-global PIIX4_PM.disable_s4=0 \
-device pci-bridge,bus=pci.0,id=bridge1,chassis_nr=1,addr=0x6 \
-drive file=/mnt/rhel7.1.qcow2,if=none,id=drive-scsi-disk,format=qcow2,cache=none,werror=stop,rerror=stop \
-device virtio-scsi-pci,id=scsi0,bus=bridge1,addr=0x13  \
-device scsi-hd,drive=drive-scsi-disk,bus=scsi0.0,id=data-disk2,bootindex=1 \
-boot menu=on \
-qmp tcp:0:4446,server,nowait \
-serial unix:/tmp/tty0,server,nowait \
-net none \
-vnc :3 -vga qxl \

2. boot the guest on dst RHEL7.0.z host with "-incoming tcp:0:5800"
/usr/libexec/qemu-kvm -cpu SandyBridge \
-enable-kvm  -m 4096  -smp 4,sockets=2,cores=2,threads=1,maxcpus=160 \
-monitor stdio \
-M pc-i440fx-rhel7.0.0 \
-global PIIX4_PM.disable_s3=0 \
-global PIIX4_PM.disable_s4=0 \
-device pci-bridge,bus=pci.0,id=bridge1,chassis_nr=1,addr=0x6 \
-drive file=/mnt/rhel7.1.qcow2,if=none,id=drive-scsi-disk,format=qcow2,cache=none,werror=stop,rerror=stop \
-device virtio-scsi-pci,id=scsi0,bus=bridge1,addr=0x13  \
-device scsi-hd,drive=drive-scsi-disk,bus=scsi0.0,id=data-disk2,bootindex=1 \
-boot menu=on \
-qmp tcp:0:4446,server,nowait \
-serial unix:/tmp/tty0,server,nowait \
-net none \
-vnc :3 -vga qxl \
-incoming tcp:0:5800

3. do migration
(qemu) migrate -d tcp:10.66.8.248:5800

Actual results:
after step3, qemu-kvm on dst RHEL7.0.z quits with the error:
(qemu) red_dispatcher_loadvm_commands: 
Unknown savevm section or instance 'PCIBUS' 1
load of migration failed


Expected results:
Migration can be finished normally.

Additional info:

Comment 1 huiqingding 2015-01-21 04:55:39 UTC
I test the old version as following, also hit this problem.
qemu-kvm-rhev-2.1.2-13.el7.x86_64
qemu-kvm-rhev-2.0.0-2.el7ev.test.x86_64

Comment 3 Dr. David Alan Gilbert 2015-01-21 12:28:38 UTC

*** This bug has been marked as a duplicate of bug 1172643 ***


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