Corrected the task 'Get file_descriptors total_limit' to get the

'fs.file-max' value.

Closes-Bug: #1934656
Change-Id: I3a54abe72a68da04c57c05a71e4eace93225f058
(cherry picked from commit e610926e80)
This commit is contained in:
Christopher Brown 2021-07-05 19:49:15 +10:00 committed by Jiri Podivin
parent 67b0249235
commit 379eae2f6a
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
shell: >-
"{{ container_cli }}"
exec $("{{ container_cli }}" ps -q --filter "name=rabbitmq" | head -1)
rabbitmqctl eval 'sysctl -n fs.file-max'
sysctl -n fs.file-max
changed_when: false
- name: Verify the actual limit exceeds the minimal value