Grid Fixes

This commit is contained in:
Mike Reeves
2021-08-13 18:32:55 -04:00
parent 9beacacd44
commit e492833453

View File

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