From e995fc514c910a9931f8ea369c3d35cd2e825171 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Thu, 18 Mar 2010 19:29:31 +0000 Subject: [PATCH] Addressing method docs updated git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1559 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/README | 7 +++++++ scst/README_in-tree | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/scst/README b/scst/README index bb0427759..1fbdf9532 100644 --- a/scst/README +++ b/scst/README @@ -694,6 +694,13 @@ Every target should have at least the following entries: It allows to finish configuring it before it starts accepting new connections. 0 by default. + - addr_method - used LUNs addressing method. Possible values: + "Peripheral" and "Flat". Most initiators work well with Peripheral + addressing method (default), but some (HP-UX, for instance) may + require Flat method. This attribute is also available in the + initiators security groups, so you can assign the addressing method + on per-initiator basis. + - rel_tgt_id - allows to read or write SCSI Relative Target Port Identifier attribute. This identifier is used to identify SCSI Target Ports by some SCSI commands, mainly by Persistent Reservations diff --git a/scst/README_in-tree b/scst/README_in-tree index a8b5ef452..5299ae421 100644 --- a/scst/README_in-tree +++ b/scst/README_in-tree @@ -617,6 +617,13 @@ Every target should have at least the following entries: It allows to finish configuring it before it starts accepting new connections. 0 by default. + - addr_method - used LUNs addressing method. Possible values: + "Peripheral" and "Flat". Most initiators work well with Peripheral + addressing method (default), but some (HP-UX, for instance) may + require Flat method. This attribute is also available in the + initiators security groups, so you can assign the addressing method + on per-initiator basis. + - rel_tgt_id - allows to read or write SCSI Relative Target Port Identifier attribute. This identifier is used to identify SCSI Target Ports by some SCSI commands, mainly by Persistent Reservations