Skip to content

Commit

Permalink
Reenable some initialization code for Fibre Channel
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeagherix committed Nov 13, 2024
1 parent 4b62577 commit 99755b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scstadmin/scstadmin.sysfs/scstadmin
Original file line number Diff line number Diff line change
Expand Up @@ -3033,7 +3033,7 @@ sub addVirtualTarget {

# Disable this code. Never used but gets expensive as the
# target count climbs.
if (0) {
if ($driver ne "iscsi") {
# Enable all hardware targets before creating virtual ones
($targets, $errorString) = $SCST->targets($driver);
foreach my $_target (@{$targets}) {
Expand Down

0 comments on commit 99755b4

Please sign in to comment.