[Ubuntu1610][Libvirt]Migration fails in ubuntu1610 -> ubuntu1610 with "error: operation failed: job: unexpectedly failed"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libvirt (Ubuntu) |
Fix Released
|
High
|
Christian Ehrhardt |
Bug Description
Problem Description
=======
Observing this issue while migrating the guest from Ubuntu1610 -> Ubuntu1610
Source Machine:
# virsh migrate avocado-vt-vm1-Bala qemu+ssh:
Migration: [100 %]error: operation failed: job: unexpectedly failed
Destination Machine:
Jul 9 11:55:00 powerkvm4-lp1 libvirtd[63232]: operation failed: job: unexpectedly failed
Jul 9 11:55:00 powerkvm4-lp1 virtlogd[5102]: Cannot open log file: '/var/log/
Jul 9 11:55:00 powerkvm4-lp1 libvirtd[63232]: Cannot open log file: '/var/log/
Jul 9 11:55:00 powerkvm4-lp1 virtlogd[5102]: End of file while reading data: Input/output error
---uname output---
# uname -a Linux powerkvm4-lp1 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:20 UTC 2016 ppc64le ppc64le ppc64le GNU/Linux
Machine Type = Habanero
Steps to Reproduce
=======
1. Define and start the guest and placed image in NFS share.
2. Ran top command inside guest
3. Enabled ports 49152:49216 in iptables
4. Mounted the image location in destination and started migration.
5. Migration command - virsh migrate avocado-vt-vm1-Bala qemu+ssh:
Userspace tool common name: virsh (libvirt)
The userspace tool has the following bit modes: ppc64le
Userspace rpm: # dpkg --get-selections | grep -i libvirt
libvirt-bin install
libvirt-clients install
libvirt-daemon install
libvirt-
libvirt-dev:ppc64el install
libvirt0:ppc64el install
python-libvirt install
Logs - SOSreport for source and destination machine
== Comment: #12 - Nitesh Konkar <email address hidden> - 2016-08-11 06:24:14 ==
There are two issues here.
1) USB keyboard is not sent to destination as part of migration. Please pull 192a53e07c5fefd
2) After the above patches get pulled in,cherry pick patches 5e6143fbccf2e6a
Changed in libvirt (Ubuntu): | |
assignee: | Taco Screen team (taco-screen-team) → ChristianEhrhardt (paelzer) |
Default Comment by Bridge