From a17fde27f9031547fc6bad4c7a571b339e15bd1e Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Fri, 17 Oct 2014 02:32:28 +0000 Subject: [PATCH] scst/README: Document the lun sysfs attributes The sessions//lun sysfs attribute "active_commands" is not yet documented. Hence add documentation for that sysfs attribute. Signed-off-by: Bart Van Assche git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5850 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/README | 6 ++++++ scst/README_in-tree | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/scst/README b/scst/README index f2755bd19..97d29c839 100644 --- a/scst/README +++ b/scst/README @@ -690,6 +690,12 @@ Each session subdirectory contains the following entries: See below description of the VDISK's sysfs interface for samples. +Each sessions//lun subdirectory contains the following entries: + + - active_commands - contains number of active, i.e. not yet or being + executed, SCSI commands for lun in session . + + Access and devices visibility management (LUN masking) ------------------------------------------------------ diff --git a/scst/README_in-tree b/scst/README_in-tree index 658abb10b..bba390adc 100644 --- a/scst/README_in-tree +++ b/scst/README_in-tree @@ -552,6 +552,12 @@ Each session subdirectory contains the following entries: See below description of the VDISK's sysfs interface for samples. +Each sessions//lun subdirectory contains the following entries: + + - active_commands - contains number of active, i.e. not yet or being + executed, SCSI commands for lun in session . + + Access and devices visibility management (LUN masking) ------------------------------------------------------