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.
Created attachment 1456757[details]
libvirtd crash on target P9 host
Description of problem:
Libvirtd daemon crashed on target Power9 host when do migration from RHEL-7.5 Power8 to RHEL-ALT-7.6 Power9 using --tls option. The crash does not happen from RHEL-7.5 Power8 to RHEL-7.6 Power8 using --tls option.
Version-Release number of selected component (if applicable):
Source host:
Power 8: RHEL-7.5-20180322.0
kernel: 3.10.0-862.el7.ppc64le
qemu-kvm-rhev-2.10.0-21.el7_5.4.ppc64le
libvirt-3.9.0-14.virtcov.el7_5.6.ppc64le
Target host:
Power 9: RHEL-ALT-7.6-20180626.3
kernel: 4.14.0-87.el7a.ppc64le
qemu-kvm-rhev-2.12.0-6.el7.ppc64le
libvirt-4.5.0-1.el7.ppc64le
How reproducible:
100%
Steps to Reproduce:
1. Setup TLS server and client environment
2. Modify migrate_tls_x509_verify = 1 in /etc/libvirt/qemu.conf
3. Run migration:
/bin/virsh -c 'qemu:///system' migrate --live --verbose --domain avocado-vt-vm1 --desturi qemu+ssh://<Power9_target_host>/system --tls
Actual results:
Ncat: Broken pipe.: Input/output error
Libvirtd on target host is crashed.
Expected results:
Migration succeeds and no libvirtd crash.
Additional info:
See attachment for gdb log.
#0 virJSONValueObjectGet (object=0x0, key=0x7fff71b99a80 "qom-type") at util/virjson.c:818
#1 0x00007fff83d67ea8 in virJSONValueObjectGetString (object=<optimized out>, key=<optimized out>) at util/virjson.c:1258
#2 0x00007fff71b0d0e8 in qemuMonitorAddObject (mon=0x7fff5800a850, props=0x7fff7aaada80, alias=<optimized out>) at qemu/qemu_monitor.c:3090
#3 0x00007fff71accc28 in qemuDomainAddTLSObjects (driver=0x7fff2c0f7630, vm=0x7fff58003d50, asyncJob=<optimized out>, secProps=0x7fff7aaada80, tlsProps=0x7fff7aaada78) at qemu/qemu_hotplug.c:1342
#4 0x00007fff71b011dc in qemuMigrationParamsEnableTLS (driver=0x7fff2c0f7630, vm=0x7fff58003d50, tlsListen=<optimized out>, asyncJob=<optimized out>, tlsAlias=0x7fff7aaadc88, hostname=0x0,
migParams=0x7fff58001f80) at qemu/qemu_migration_params.c:878
*** This bug has been marked as a duplicate of bug 1598015 ***
Created attachment 1456757 [details] libvirtd crash on target P9 host Description of problem: Libvirtd daemon crashed on target Power9 host when do migration from RHEL-7.5 Power8 to RHEL-ALT-7.6 Power9 using --tls option. The crash does not happen from RHEL-7.5 Power8 to RHEL-7.6 Power8 using --tls option. Version-Release number of selected component (if applicable): Source host: Power 8: RHEL-7.5-20180322.0 kernel: 3.10.0-862.el7.ppc64le qemu-kvm-rhev-2.10.0-21.el7_5.4.ppc64le libvirt-3.9.0-14.virtcov.el7_5.6.ppc64le Target host: Power 9: RHEL-ALT-7.6-20180626.3 kernel: 4.14.0-87.el7a.ppc64le qemu-kvm-rhev-2.12.0-6.el7.ppc64le libvirt-4.5.0-1.el7.ppc64le How reproducible: 100% Steps to Reproduce: 1. Setup TLS server and client environment 2. Modify migrate_tls_x509_verify = 1 in /etc/libvirt/qemu.conf 3. Run migration: /bin/virsh -c 'qemu:///system' migrate --live --verbose --domain avocado-vt-vm1 --desturi qemu+ssh://<Power9_target_host>/system --tls Actual results: Ncat: Broken pipe.: Input/output error Libvirtd on target host is crashed. Expected results: Migration succeeds and no libvirtd crash. Additional info: See attachment for gdb log.