diff --git a/setup/so-functions b/setup/so-functions index 26c39a8d7..d80fb391b 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -897,6 +897,8 @@ check_requirements() { if [[ -n $nsm_mount ]]; then if [[ "$standalone_or_dist" == 'import' ]]; then req_storage=50 + elif [[ "$node_type" == 'idh' ]]; then + req_storage=12 else req_storage=100 fi