From 3e8f92d470ea18bfe3788dfcac360a2e1ad58574 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 3 Nov 2012 14:28:21 +0000 Subject: [PATCH] SCST README: Document the LUN addressing method (merge r4527 from trunk) git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@4583 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/README | 11 ++++++----- scst/README_in-tree | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/scst/README b/scst/README index 41a2f0599..acfb46b79 100644 --- a/scst/README +++ b/scst/README @@ -542,11 +542,12 @@ Every target should have at least the following entries: 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. + "Peripheral", "Flat" or "LUN". Most initiators work well with + Peripheral addressing method (default), but some (HP-UX, for instance) + may require the Flat method or the LUN method (e.g. IBM systems). This + attribute is also available in the initiators security groups, so you + can assign the addressing method on per-initiator basis. See also the + "Logical unit addressing (LUN)" section in SAM-5 for more information. - cpu_mask - defines CPU affinity mask for threads serving this target. For threads serving LUNs it is used only for devices with diff --git a/scst/README_in-tree b/scst/README_in-tree index 5b3ffed17..f29800fc5 100644 --- a/scst/README_in-tree +++ b/scst/README_in-tree @@ -410,11 +410,12 @@ Every target should have at least the following entries: 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. + "Peripheral", "Flat" or "LUN". Most initiators work well with + Peripheral addressing method (default), but some (HP-UX, for instance) + may require the Flat method or the LUN method (e.g. IBM systems). This + attribute is also available in the initiators security groups, so you + can assign the addressing method on per-initiator basis. See also the + "Logical unit addressing (LUN)" section in SAM-5 for more information. - cpu_mask - defines CPU affinity mask for threads serving this target. For threads serving LUNs it is used only for devices with