LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 695|回复: 0

各位英文好的过来帮我看一下配置

[复制链接]
发表于 2006-5-21 13:19:48 | 显示全部楼层 |阅读模式
麻烦用中文给我注译一下!
谢了!

  1. # Example iscsi target configuration
  2. #
  3. # Everything until the first target definition belongs
  4. # to the global configuration.
  5. # Right now this is only the user configuration used
  6. # during discovery sessions. "IncomingUser" specifies credentials the
  7. # initiator has to provide - several of these are supported. If mutual
  8. # CHAP shall be employed, "OutgoingUser" specifies the user/pass
  9. # combination the target will provide - only one is supported.
  10. # Leave them alone (keep them commented out) if you don't want to use
  11. # authentication for discovery sessions.

  12. #IncomingUser joe secret
  13. #OutgoingUser jack 12charsecret

  14. # Targets definitions start with "Target" and the target name.
  15. # The target name must be a globally unique name, the iSCSI
  16. # standard defines the "iSCSI Qualified Name" as follows:
  17. #
  18. # iqn.yyyy-mm.<reversed domain name>[:identifier]
  19. #
  20. # "yyyy-mm" is the date at which the domain is valid and the identifier
  21. # is freely selectable. For further details please check the iSCSI spec.

  22. Target iqn.2001-04.com.example:storage.disk2.sys1.xyz
  23.         # Users, who can access this target. The same rules as for discovery
  24.         # users apply here.
  25.         # Leave them alone if you don't want to use authentication.
  26.         #IncomingUser joe secret
  27.         #OutgoingUser jim 12charpasswd
  28.         # Logical Unit definition
  29.         # You must define one logical unit at least.
  30.         # Block devices, regular files, LVM, and RAID can be offered
  31.         # to the initiators as a block device.
  32.         Lun 0 Path=/dev/hdb,Type=fileio
  33.         # Alias name for this target
  34.         # Alias Test
  35.         # various iSCSI parameters
  36.         # (not all are used right now, see also iSCSI spec for details)
  37.         #MaxConnections                1
  38.         #InitialR2T                Yes
  39.         #ImmediateData                No
  40.         #MaxRecvDataSegmentLength 8192
  41.         #MaxXmitDataSegmentLength 8192
  42.         #MaxBurstLength                262144
  43.         #FirstBurstLength        65536
  44.         #DefaultTime2Wait        2
  45.         #DefaultTime2Retain        20
  46.         #MaxOutstandingR2T        8
  47.         #DataPDUInOrder                Yes
  48.         #DataSequenceInOrder        Yes
  49.         #ErrorRecoveryLevel        0
  50.         #HeaderDigest                CRC32C,None
  51.         #DataDigest                CRC32C,None
  52.         # various target parameters
  53.         #Wthreads                8
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表