mirror of
https://github.com/thomas-krenn/check_lsi_raid.git
synced 2026-08-06 10:12:26 +02:00
Skip consistency check on cachecade volumes
This commit is contained in:
+1
-1
@@ -420,7 +420,7 @@ sub getLDStatus{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(exists($LD->{'Consist'})){
|
if(exists($LD->{'Consist'})){
|
||||||
if($LD->{'Consist'} ne 'Yes'){
|
if($LD->{'Consist'} ne 'Yes' && $LD->{'TYPE'} ne 'Cac1'){
|
||||||
$status = 'Warning';
|
$status = 'Warning';
|
||||||
push @{$statusLevel_a[1]}, $LD->{'ld'}.'_Consist';
|
push @{$statusLevel_a[1]}, $LD->{'ld'}.'_Consist';
|
||||||
$statusLevel_a[3]->{$LD->{'ld'}.'_Consist'} = $LD->{'Consist'};
|
$statusLevel_a[3]->{$LD->{'ld'}.'_Consist'} = $LD->{'Consist'};
|
||||||
|
|||||||
Reference in New Issue
Block a user