From dff33214530a6593bafddb3c28294c4210dadd3a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 29 Sep 2014 19:54:08 +0000 Subject: [PATCH] 300GB is fine, no need for 3TB. ;) --- inventory/host_vars/db-koji01.phx2.fedoraproject.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/host_vars/db-koji01.phx2.fedoraproject.org b/inventory/host_vars/db-koji01.phx2.fedoraproject.org index c3d9646af4..30b648abf1 100644 --- a/inventory/host_vars/db-koji01.phx2.fedoraproject.org +++ b/inventory/host_vars/db-koji01.phx2.fedoraproject.org @@ -20,7 +20,7 @@ dbs_to_backup: host_backup_targets: ['/backups'] # These are normally group variables, but in this case db servers are often different -lvm_size: 3000000 +lvm_size: 300000 mem_size: 25165824 num_cpus: 8 tcp_ports: [ 5432, 443 ]