From 88c4ea735734a08919dab41614564929c400048c Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 19 Jan 2023 14:35:18 +1100 Subject: [PATCH] linaro mirror: fix afs cache size Because of templating and variable expansion reasons, this variable doesn't have the leading "open" (I22c67c1dfe07d442fb930317adc42a0c970621ab). Change-Id: If73bae24e57d1f4de1b46e89e95ffd98493ecb33 --- .../host_vars/mirror01.regionone.linaro.opendev.org.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/service/host_vars/mirror01.regionone.linaro.opendev.org.yaml b/inventory/service/host_vars/mirror01.regionone.linaro.opendev.org.yaml index 4bb56ffc14..04d8bf5c79 100644 --- a/inventory/service/host_vars/mirror01.regionone.linaro.opendev.org.yaml +++ b/inventory/service/host_vars/mirror01.regionone.linaro.opendev.org.yaml @@ -5,4 +5,4 @@ letsencrypt_certs: # Allocated 100GB volume for this mirror, so openafs cache has to be < # 95%; we go for 45gb -openafs_client_cache_size: '45000000' +afs_client_cache_size: '45000000'