Chinaunix首页 | 论坛 | 博客
  • 博客访问: 93503
  • 博文数量: 41
  • 博客积分: 1905
  • 博客等级: 上尉
  • 技术积分: 335
  • 用 户 组: 普通用户
  • 注册时间: 2009-07-10 20:07
文章分类

全部博文(41)

文章存档

2011年(1)

2010年(18)

2009年(22)

我的朋友

分类: LINUX

2010-04-20 11:19:02

iSCIS target配置文件/etc/ietd.conf
 
---------------------------------------------------------------------------------
 
# Example iscsi target configuration
#
# Everything until the first target definition belongs
# to the global configuration.
# Right now this is only the user configuration used
# during discovery sessions. "IncomingUser" specifies credentials the
# initiator has to provide - several of these are supported. If mutual
# CHAP shall be employed, "OutgoingUser" specifies the user/pass
# combination the target will provide - only one is supported.
IncomingUser joe secret
OutgoingUser jack 12charsecret
# Targets definitions start with "Target" and the target name.
# The target name must be a globally unique name, the iSCSI
# standard defines the "iSCSI Qualified Name" as follows:
#
# iqn.yyyy-mm.[:identifier]
#
# "yyyy-mm" is the date at which the domain is valid and the identifier
# is freely selectable. For further details please check the iSCSI spec.
Target iqn.2001-04.com.example:storage.disk2.sys1.xyz
 # Users, who can access this target. The same rules as for discovery
 # users apply here.
 # (no users means anyone can access the target)
 IncomingUser joe secret
 OutgoingUser jim 12charpasswd
 # Logical Unit definition
 # You must define one logical unit at least.
 # Block devices, regular files, LVM, and RAID can be offered
 # to the initiators as a block device.
 #Lun 0 Path=/dev/sdc,Type=fileio
 # Alias name for this target
 # Alias Test
 # various iSCSI parameters
 # (not all are used right now, see also iSCSI spec for details)
 #MaxConnections  1
 #InitialR2T  Yes
 #ImmediateData  No
 #MaxRecvDataSegmentLength 8192
 #MaxXmitDataSegmentLength 8192
 #MaxBurstLength  262144
 #FirstBurstLength 65536
 #DefaultTime2Wait 2
 #DefaultTime2Retain 20
 #MaxOutstandingR2T 8
 #DataPDUInOrder  Yes
 #DataSequenceInOrder Yes
 #ErrorRecoveryLevel 0
 #HeaderDigest  CRC32C,None
 #DataDigest  CRC32C,None
 # various target parameters
 #Wthreads  8
阅读(1796) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~