From 06257b9c4a0c046ca4d44ca9b1a301f799a92ec8 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 7 Mar 2024 14:32:46 -0500 Subject: [PATCH] Update so-minion --- salt/manager/tools/sbin/so-minion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/manager/tools/sbin/so-minion b/salt/manager/tools/sbin/so-minion index a3d8230b5..cb4e40ade 100755 --- a/salt/manager/tools/sbin/so-minion +++ b/salt/manager/tools/sbin/so-minion @@ -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 @@ -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