mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Change disk requirements for IDH
This commit is contained in:
@@ -897,6 +897,8 @@ check_requirements() {
|
|||||||
if [[ -n $nsm_mount ]]; then
|
if [[ -n $nsm_mount ]]; then
|
||||||
if [[ "$standalone_or_dist" == 'import' ]]; then
|
if [[ "$standalone_or_dist" == 'import' ]]; then
|
||||||
req_storage=50
|
req_storage=50
|
||||||
|
elif [[ "$node_type" == 'idh' ]]; then
|
||||||
|
req_storage=12
|
||||||
else
|
else
|
||||||
req_storage=100
|
req_storage=100
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user