Skip to content

Commit

Permalink
Update so-minion
Browse files Browse the repository at this point in the history
  • Loading branch information
TOoSmOotH authored Mar 7, 2024
1 parent e2567dc commit 06257b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions salt/manager/tools/sbin/so-minion
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function pcapspace() {
if [[ "$OPERATION" == "setup" ]]; then
# Use 25% for PCAP
PCAP_PERCENTAGE=1
DFREEPERCENT=75
DFREEPERCENT=21
local SPACESIZE=$(df -k /nsm | tail -1 | awk '{print $2}' | tr -d \n)
else

Expand Down Expand Up @@ -564,7 +564,7 @@ function createIDH() {
function createHEAVYNODE() {
is_pcaplimit=true
PCAP_PERCENTAGE=1
DFREEPERCENT=75
DFREEPERCENT=21
pcapspace
add_elasticsearch_to_minion
add_elastic_agent_to_minion
Expand Down

0 comments on commit 06257b9

Please sign in to comment.