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