virt-install / ppc64le: don't set machine. Different on power8 and hopefully fixed soon on power9.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
23d724cd18
commit
fa3a31a7d2
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ virt_install_command_two_nic_unsafe: virt-install -n {{ inventory_hostname }}
|
|||
--network bridge={{ nfs_bridge }},model=virtio,mac={{ mac_address1 }}
|
||||
--autostart --noautoconsole --watchdog default --rng /dev/random
|
||||
|
||||
virt_install_command_ppc64le_two_nic_unsafe: virt-install --machine pseries-4.0 -n {{ inventory_hostname }}
|
||||
virt_install_command_ppc64le_two_nic_unsafe: virt-install -n {{ inventory_hostname }}
|
||||
--memory={{ mem_size }},maxmemory={{ max_mem_size }} --memballoon virtio
|
||||
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }},cache=unsafe,io=threads
|
||||
--vcpus={{ num_cpus }},maxvcpus={{ max_cpu }} -l {{ ks_repo }} -x
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue