Grid Fixes

This commit is contained in:
Mike Reeves
2021-08-13 18:26:17 -04:00
parent aad14b2461
commit 9beacacd44

View File

@@ -83,9 +83,11 @@ check_software_raid() {
appliance_check
check_nsm_raid
check_boss_raid
if [[ -n $APPLIANCE ]]; then
{%- if grains['sosmodel'] in ['SOSMN', 'SOSSNNV'] %}
check_software_raid
{%- endif %}
fi
if [[ -n $SWRAID ]]; then
if [[ $SWRAID == '0' && BOSSRAID == '0' ]]; then