Skip to content

Commit

Permalink
exclude MCC volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Krogloth committed Aug 24, 2018
1 parent 6966b7b commit adccadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_cdot_recommendations.pl
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ sub Error {

if ($state && ($state eq "online")) {

unless (($vol_name eq "vol0") || ($vol_name =~ m/_root$/) || ($vol_type eq "dp") || ($vol_name =~ m/^temp__/) || ($vol_name =~ m/^CC_snapprotect_SP/)){
unless (($vol_name eq "vol0") || ($vol_name =~ m/_root$/) || ($vol_type eq "dp") || ($vol_name =~ m/^temp__/) || ($vol_name =~ m/^CC_snapprotect_SP/) || ($vol_name =~ m/^MDV_/)){

my $space = $vol->child_get( "volume-space-attributes" );
my $qos = $vol->child_get( "volume-qos-attributes" );
Expand Down

0 comments on commit adccadb

Please sign in to comment.