Lets see if this makes fas more reliable for now.
This commit is contained in:
parent
ecedc57175
commit
b596d3ef03
2 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
# Define resources for this group of hosts here.
|
# Define resources for this group of hosts here.
|
||||||
lvm_size: 30000
|
lvm_size: 30000
|
||||||
mem_size: 8192
|
mem_size: 16384
|
||||||
num_cpus: 4
|
num_cpus: 8
|
||||||
|
|
||||||
virt_install_command: "{{ virt_install_command_rhel6 }}"
|
virt_install_command: "{{ virt_install_command_rhel6 }}"
|
||||||
|
|
||||||
|
|
|
@ -20,8 +20,8 @@ dbs_to_backup:
|
||||||
|
|
||||||
# These are normally group variables, but in this case db servers are often different
|
# These are normally group variables, but in this case db servers are often different
|
||||||
lvm_size: 100000
|
lvm_size: 100000
|
||||||
mem_size: 8192
|
mem_size: 16384
|
||||||
num_cpus: 4
|
num_cpus: 8
|
||||||
fas_client_groups: sysadmin-dba,sysadmin-noc,sysadmin-veteran
|
fas_client_groups: sysadmin-dba,sysadmin-noc,sysadmin-veteran
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue