scstadmin: Skip the copy manager when computing exported LUNs

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7576 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2018-11-01 04:35:04 +00:00
parent f67f292bb3
commit 86e388e617
@@ -2621,9 +2621,12 @@ sub deviceAttributes {
my $group = $3;
my $lun = $4;
next if ($target eq 'copy_manager');
$attributes{$attribute}->{'value'}->{$driver}->{$target}->{$group} = $lun;
}
}
if ($attributes{$attribute}->{'value'}) {
$attributes{$attribute}->{'static'} = TRUE;
}
close $eHandle;