armv7_one_nic install: also need to set threads vs native
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
fd1c7cf395
commit
a21f9f21be
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ virt_install_command_aarch64_two_nic: virt-install -n {{ inventory_hostname }}
|
|||
|
||||
virt_install_command_armv7_one_nic: virt-install -n {{ inventory_hostname }} --arch armv7l
|
||||
--memory={{ mem_size }},maxmemory={{ max_mem_size }} --memballoon virtio
|
||||
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }},cache=unsafe
|
||||
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }},cache=unsafe,io=threads
|
||||
--vcpus={{ num_cpus }},maxvcpus={{ max_cpu }} -l {{ ks_repo }} -x
|
||||
'net.ifnames=0 ksdevice=eth0 ks={{ ks_url }} console=tty0 console=ttyAMA0
|
||||
hostname={{ inventory_hostname }} nameserver={{ dns }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue