mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 05:01:27 +00:00
Spelling fix: initator -> initiator (merge r5306 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@6061 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -100,7 +100,7 @@ note:
|
||||
2. In example "add 2:0:0:0 1" the '1' is the LUN in the target, LUN 0 must
|
||||
exist with a target.
|
||||
3. When one device is added to target disk group, target driver will notify
|
||||
initator the changing of the phy mode and arriving of the disk, but some
|
||||
initiator the changing of the phy mode and arriving of the disk, but some
|
||||
initiator driver don't support phy mode changing well, so 'rmmod' and
|
||||
'modprobe'/'insmod' the initiator driver is neccessary.
|
||||
|
||||
|
||||
@@ -159,7 +159,7 @@ Summary of changes between versions 0.9.3.4 and 0.9.3.5
|
||||
-------------------------------------------------------
|
||||
Patch vs: qla2xxx v8.01.03-k (in kernels 2.6.15.x)
|
||||
|
||||
- Reset chip when switching from initiator to initator/target and back
|
||||
- Reset chip when switching from initiator to initiator/target and back
|
||||
implemented
|
||||
|
||||
- Use 2K loop_id's for 23xx chips and thus change how sessions are
|
||||
|
||||
@@ -122,7 +122,7 @@ activating channels/LUNs in /proc/scsi_tgt/qla_isp/N .
|
||||
|
||||
The driver can also work as both a target and an initiator simultaneously, but
|
||||
this will probably only function for P2P connections. To make the driver work
|
||||
as a target/initator on one port with a FC switch, you can use N_PORT ID
|
||||
as a target/initiator on one port with a FC switch, you can use N_PORT ID
|
||||
virtualization, as seen below.
|
||||
|
||||
N_PORT ID VIRTUALIZATION
|
||||
|
||||
@@ -14,7 +14,7 @@ TARGET_DRIVER scst_local {
|
||||
LUN 0 disk01
|
||||
LUN 1 disk01
|
||||
|
||||
GROUP initator_group {
|
||||
GROUP initiator_group {
|
||||
LUN 0 disk01
|
||||
LUN 1 disk01 {
|
||||
read_only 1
|
||||
|
||||
@@ -20,7 +20,7 @@ TARGET_DRIVER scst_local {
|
||||
LUN 0 disk01
|
||||
LUN 1 disk01
|
||||
|
||||
GROUP initator_group {
|
||||
GROUP initiator_group {
|
||||
LUN 0 disk01
|
||||
LUN 1 disk01 {
|
||||
read_only 1
|
||||
|
||||
Reference in New Issue
Block a user