Skip consistency check on cachecade volumes

This commit is contained in:
Georg Schönberger
2014-10-24 20:05:30 +02:00
parent 533778d08f
commit e400a0366d

View File

@@ -420,7 +420,7 @@ sub getLDStatus{
}
}
if(exists($LD->{'Consist'})){
if($LD->{'Consist'} ne 'Yes'){
if($LD->{'Consist'} ne 'Yes' && $LD->{'TYPE'} ne 'Cac1'){
$status = 'Warning';
push @{$statusLevel_a[1]}, $LD->{'ld'}.'_Consist';
$statusLevel_a[3]->{$LD->{'ld'}.'_Consist'} = $LD->{'Consist'};