mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 04:36:22 +00:00
- By default, don't issue a LIP after a group assignment change.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1155 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
# Copy configuration options during a -writeconfig
|
||||
KEEP_CONFIG TRUE
|
||||
# For FC targets, issue a LIP after every assignment change
|
||||
ISSUE_LIP TRUE
|
||||
ISSUE_LIP FALSE
|
||||
|
||||
[HANDLER vdisk]
|
||||
#DEVICE <vdisk name>,<device path>,<options>,<block size>
|
||||
|
||||
+1
-1
@@ -599,7 +599,7 @@ sub writeConfiguration {
|
||||
print $io "ISSUE_LIP ";
|
||||
|
||||
if (!$keep_config) {
|
||||
print $io "TRUE\n";
|
||||
print $io "FALSE\n";
|
||||
} else {
|
||||
print $io ($$config{'OPTIONS'}->{'default'}->{'ISSUE_LIP'}[0] ? "TRUE\n" : "FALSE\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user