Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1556928

Summary: cannot create virtual guest on ppc64le
Product: Red Hat Satellite 5 Reporter: Ales Dujicek <adujicek>
Component: ProvisioningAssignee: Jan Dobes <jdobes>
Status: CLOSED WONTFIX QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: high Docs Contact:
Priority: high    
Version: 580CC: jkachuck, rdrazny, tlestach
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-07-13 15:03:38 UTC Type: Bug
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:    
Bug Blocks: 1450111    

Description Ales Dujicek 2018-03-15 14:47:12 UTC
Description of problem:

I was not able to install ppc64le guest on ppc64le host from Satellite

D: do_call kickstart_guest.initiate('testsatellite.redhat.com', 'virthost.redhat.com:1:satprovisioned74', 'qemu', 3, 'satprovisioned74', 1024, 1, 3, 'virtbr0', '/var/lib/libvirt/images/satprovisioned74', ' '){'cache_only': None}
- looking for Cobbler at http://testsatellite.redhat.com/cobbler_api
- reading URL: http://testsatellite.redhat.com/cblr/svc/op/ks/system/virthost.redhat.com:1:satprovisioned74
install_tree: http://testsatellite.redhat.com/ty/TMkVK1h2
- ['rpm', '-q', 'virt-install']
- ['virt-install', '--version']
- ['virt-install', '--os-variant', 'list']
- ['osinfo-query', 'os']
- adding disk: /var/lib/libvirt/images/satprovisioned74 of size 3 (driver type=None)
- ['virt-install', '--connect', 'qemu:///system', '--name', 'satprovisioned74', '--ram', '1024', '--vcpus', '1', '--autostart', '--vnc', '--virt-type', 'kvm', '--machine', 'pc', '--extra-args=ks=http://testsatellite.redhat.com/cblr/svc/op/ks/system/virthost.redhat.com:1:satprovisioned74 ksdevice=link kssendmac lang= text ', '--location', 'http://testsatellite.redhat.com/ty/TMkVK1h2/', '--os-variant', 'rhel7.0', '--disk', 'path=/var/lib/libvirt/images/satprovisioned74,size=3', '--network', 'bridge=virtbr0,mac=00:16:3e:3e:1b:0f', '--wait', '0', '--noautoconsole']
ERROR    Host does not support domain type kvm with machine 'pc' for virtualization type 'hvm' arch 'ppc64le'
command failed (1)
D: Sending back response(1, 'Virtual kickstart failed. Koan error.', {'koan': 'command failed (1)'})
D: do_call packages.checkNeedUpdate('rhnsd=1',){}
D: Called refresh_rpmlist
Updating package profile
D: rpcServer: Calling XMLRPC registration.welcome_message
D: rpcServer: Calling XMLRPC registration.update_packages
D: local action status: (0, 'rpmlist refreshed', {})
D: rpcServer: Calling XMLRPC registration.welcome_message

Version-Release number of selected component (if applicable):
koan-2.0.7-68.el7sat
rhn-virtualization-host-5.4.54-3.el7sat
spacewalk-java-2.5.14-112.el6sat.noarch

How reproducible:
always

Steps to Reproduce:
ppc64le virtual host:
1. install qemu-kvm-rhev from rhel-7-server-rhev-mgmt-agent-for-power-le-rpms, libvirt, virt-install
2. install rhn-virtualization-host
satellite:
1. schedule installation of ppc64le virtual guest on ppc64le host

Actual results:
virtual guest did not even start
ERROR    Host does not support domain type kvm with machine 'pc' for virtualization type 'hvm' arch 'ppc64le'