From 5e11c1adf93d4fe8cdd88c2329df277f07d78a0d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 1 Dec 2019 05:24:14 +0000 Subject: [PATCH] buildvm_armv7: try building some with old cache mode to see if that helps performance. Signed-off-by: Kevin Fenzi --- inventory/group_vars/buildvm_armv7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/buildvm_armv7 b/inventory/group_vars/buildvm_armv7 index d18566c210..4b36f407f3 100644 --- a/inventory/group_vars/buildvm_armv7 +++ b/inventory/group_vars/buildvm_armv7 @@ -16,7 +16,7 @@ dns: 10.5.126.21 # when compared to the host. main_bridge: br0 nfs_bridge: br1 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_armv7_one_nic }}" # for systems that do not match the above - specify the same parameter in # the host_vars/$hostname file