From a0891605e4cb125cee86458907c5e82a6b7a5813 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 3 Jan 2017 10:56:07 -0800 Subject: [PATCH] openQA: Reduce worker count on qa09, doesn't have enough disk The more concurrent openQA jobs, the more disk space required. qa09 only has 32GiB of disk space, which isn't enough for 10 concurrent workers. Cut it down to 6. --- inventory/host_vars/qa09.qa.fedoraproject.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/inventory/host_vars/qa09.qa.fedoraproject.org b/inventory/host_vars/qa09.qa.fedoraproject.org index 2a97c352c5..05de16e1ae 100644 --- a/inventory/host_vars/qa09.qa.fedoraproject.org +++ b/inventory/host_vars/qa09.qa.fedoraproject.org @@ -6,5 +6,6 @@ nrpe_procs_warn: 700 nrpe_procs_crit: 800 eth0_ip: 10.5.124.239 gw: 10.5.124.254 -# this is a powerful machine, can handle more openQA workers -openqa_workers: 10 +# this is a powerful machine, can handle more openQA workers, but +# doesn't have much disk space, so go with 6 (should be 10) +openqa_workers: 6