diff --git a/iscsi-scst/README b/iscsi-scst/README index 01423a57a..7070cb815 100644 --- a/iscsi-scst/README +++ b/iscsi-scst/README @@ -452,7 +452,9 @@ both iSCSI-SCST targets will look like: | | |-- MaxOutstandingR2T | | |-- MaxRecvDataSegmentLength | | |-- MaxXmitDataSegmentLength +| | |-- NopInInterval | | |-- QueuedCommands +| | |-- RspTimeout | | |-- enabled | | |-- ini_groups | | | `-- mgmt @@ -501,7 +503,9 @@ both iSCSI-SCST targets will look like: | | |-- MaxRecvDataSegmentLength | | |-- MaxXmitDataSegmentLength | | |-- OutgoingUser +| | |-- NopInInterval | | |-- QueuedCommands +| | |-- RspTimeout | | |-- enabled | | |-- ini_groups | | | |-- mgmt diff --git a/iscsi-scst/README_in-tree b/iscsi-scst/README_in-tree index 5d86a9016..f44b89f0c 100644 --- a/iscsi-scst/README_in-tree +++ b/iscsi-scst/README_in-tree @@ -363,7 +363,9 @@ both iSCSI-SCST targets will look like: | | |-- MaxOutstandingR2T | | |-- MaxRecvDataSegmentLength | | |-- MaxXmitDataSegmentLength +| | |-- NopInInterval | | |-- QueuedCommands +| | |-- RspTimeout | | |-- enabled | | |-- ini_groups | | | `-- mgmt @@ -412,7 +414,9 @@ both iSCSI-SCST targets will look like: | | |-- MaxRecvDataSegmentLength | | |-- MaxXmitDataSegmentLength | | |-- OutgoingUser +| | |-- NopInInterval | | |-- QueuedCommands +| | |-- RspTimeout | | |-- enabled | | |-- ini_groups | | | |-- mgmt diff --git a/scst/SysfsRules b/scst/SysfsRules index eca0efc4b..52380d317 100644 --- a/scst/SysfsRules +++ b/scst/SysfsRules @@ -502,8 +502,8 @@ Rules summary A management utility (scstadmin) SHOULD NOT keep any knowledge specific to any device, dev handler, target or target driver. It SHOULD only know -the common SCST SYSFS rules, which all dev handlers target drivers MUST -follow. Namely: +the common SCST SYSFS rules, which all dev handlers and target drivers +MUST follow. Namely: Common rules: ~~~~~~~~~~~~~