mirror of
https://github.com/thomas-krenn/check_lsi_raid.git
synced 2026-02-21 19:28:45 +01:00
Skip consistency check on cachecade volumes
This commit is contained in:
@@ -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'};
|
||||
|
||||
Reference in New Issue
Block a user