diff options
author | Stephen Smoogen <smooge@redhat.com> | 2017-08-21 21:26:56 +0000 |
---|---|---|
committer | Stephen Smoogen <smooge@redhat.com> | 2017-08-21 21:26:56 +0000 |
commit | 38b0a2c655b040d567ef4912a6ee0593799f10cc (patch) | |
tree | 0a5d744331a2f85daf4459e4d501eb7897fa340d | |
parent | 9021c19db92b63bf4c0ebd659a93127673b054b7 (diff) | |
download | ansible-38b0a2c655b040d567ef4912a6ee0593799f10cc.tar.gz ansible-38b0a2c655b040d567ef4912a6ee0593799f10cc.tar.xz ansible-38b0a2c655b040d567ef4912a6ee0593799f10cc.zip |
make the disk look nice on lvm
-rw-r--r-- | inventory/host_vars/download-ib02.fedoraproject.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/host_vars/download-ib02.fedoraproject.org b/inventory/host_vars/download-ib02.fedoraproject.org index 061d94464..01a2aa91b 100644 --- a/inventory/host_vars/download-ib02.fedoraproject.org +++ b/inventory/host_vars/download-ib02.fedoraproject.org @@ -27,5 +27,5 @@ nrpe_procs_crit: 1400 mem_size: 4096 max_mem_size: 20480 -lvm_size: 120000 +lvm_size: 131072 num_cpus: 8 |