- 论坛徽章:
- 0
|
回复 2# jixuuse
你好,还是不行,执行/etc/init.d/tgtd reload 确实更新了配置文件,但是查看lun没有更新,在ESXI上也无法找到新映射的磁盘。- <target iqn.2014-05.com.iscsi:server.target1>
- backing-store /dev/md0p1
- backing-store /dev/md0p2
- backing-store /dev/md0p5
- backing-store /dev/md0p6
- backing-store /dev/md0p7
- </target>
复制代码- [root@iscsi ~]# tgtadm --op show --mode target
- Target 1: iqn.2014-05.com.iscsi:server.target1
- System information:
- Driver: iscsi
- State: ready
- I_T nexus information:
- I_T nexus: 1
- Initiator: iqn.2014-05.com.iscsi:server.target1
- Connection: 0
- IP Address: 20.0.0.20
- I_T nexus: 2
- Initiator: iqn.2014-05.com.iscsi:server.target1
- Connection: 0
- IP Address: 20.0.0.10
- LUN information:
- LUN: 0
- Type: controller
- SCSI ID: IET 00010000
- SCSI SN: beaf10
- Size: 0 MB, Block size: 1
- Online: Yes
- Removable media: No
- Prevent removal: No
- Readonly: No
- Backing store type: null
- Backing store path: None
- Backing store flags:
- LUN: 1
- Type: disk
- SCSI ID: IET 00010001
- SCSI SN: beaf11
- Size: 104858 MB, Block size: 512
- Online: Yes
- Removable media: No
- Prevent removal: No
- Readonly: No
- Backing store type: rdwr
- Backing store path: /dev/md0p1
- Backing store flags:
- LUN: 2
- Type: disk
- SCSI ID: IET 00010002
- SCSI SN: beaf12
- Size: 314573 MB, Block size: 512
- Online: Yes
- Removable media: No
- Prevent removal: No
- Readonly: No
- Backing store type: rdwr
- Backing store path: /dev/md0p2
- Backing store flags:
- LUN: 3
- Type: disk
- SCSI ID: IET 00010003
- SCSI SN: beaf13
- Size: 73400 MB, Block size: 512
- Online: Yes
- Removable media: No
- Prevent removal: No
- Readonly: No
- Backing store type: rdwr
- Backing store path: /dev/md0p5
- Backing store flags:
- LUN: 4
- Type: disk
- SCSI ID: IET 00010004
- SCSI SN: beaf14
- Size: 20972 MB, Block size: 512
- Online: Yes
- Removable media: No
- Prevent removal: No
- Readonly: No
- Backing store type: rdwr
- Backing store path: /dev/md0p6
- Backing store flags:
- Account information:
- ACL information:
- ALL
复制代码 |
|