mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-19 13:46:25 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user