Docs cleanups

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2813 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2010-11-24 12:00:24 +00:00
parent 8113a4f3dc
commit 078c37afe0
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -140,7 +140,7 @@ When qla2xxx compiled with CONFIG_SCSI_QLA2XXX_TARGET enabled, it has
parameter "qlini_mode", which determines when initiator mode will be
enabled. Possible values:
- "exclusive" (default ) - initiator mode will be enabled on load,
- "exclusive" (default) - initiator mode will be enabled on load,
disabled on enabling target mode and then on disabling target mode
enabled back.
@@ -181,29 +181,29 @@ default.
Class 2
-------
Class 2 is the close equivalent of the TCP in the IP world. If you
Class 2 is the close equivalent of TCP in the network world. If you
enable it, all the Fibre Channel packets will be acknowledged. By
default, class 3 is used, which is UDP-like. Enable it by echoing "1" in
/sys/kernel/scst_tgt/targets/qla2x00t/target/host/class2_enabled. This
option needs a special firmware with class 2 support. Disabled by
default, class 3 is used, which is UDP-like. Enable class 2 by echoing
"1" in /sys/kernel/scst_tgt/targets/qla2x00t/target/host/class2_enabled.
This option needs a special firmware with class 2 support. Disabled by
default.
N_Port ID Virtualization
------------------------
N_Port ID Virtualization(NPIV) is a Fibre Channel facility allowing
N_Port ID Virtualization (NPIV) is a Fibre Channel facility allowing
multiple N_Port IDs to share a single physical N_Port. NPIV is fully
supported by this driver. You must have 24xx+ ISPs with NPIV-supporting
and NPIV-switches switch(es) to use this facility.
You can add NPIV targets by echoing
You can add NPIV targets by echoing:
add_target target_name node_name=node_name_value; parent_host=parent_host_value
in /sys/kernel/scst_tgt/targets/qla2x00t/mgmt.
Removing NPIV targets is done by echoing
Removing NPIV targets is done by echoing:
del_target target_name
+1 -1
View File
@@ -1,7 +1,7 @@
Known issues and unimplemented features
---------------------------------------
- Allow to set port and node names through sysfs.
- Allow to set port names through sysfs.
- Minor "ToDo"'s spread in the code.