armv7_on_nic: set this to super fast cache mode

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-10-07 19:30:36 +00:00 committed by Pierre-Yves Chibon
parent df4d17f839
commit c80a06773a

View file

@ -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 }}
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }},cache=unsafe
--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 }}