Tests for scripts, templates and mlock all on multi node installs
This commit is contained in:
parent
dc9b2dd53c
commit
bddb7ee20b
3 changed files with 64 additions and 3 deletions
|
|
@ -14,4 +14,4 @@
|
|||
|
||||
#If the user attempts to lock memory they must specify a heap size
|
||||
- fail: msg="If locking memory with bootstrap.mlockall a heap size must be specified"
|
||||
when: es_config['bootstrap.mlockall'] == True and es_heap_size is not defined
|
||||
when: es_config['bootstrap.mlockall'] is defined and es_config['bootstrap.mlockall'] == True and es_heap_size is not defined
|
||||
Loading…
Add table
Add a link
Reference in a new issue