我只是通过tgt创建了一个ISCSI目标,输入命令tgtadm --lld iscsi --mode target --op show
我可以看到:

目标1:iqn.2009-02.com.example:for.all

System information:
    Driver: iscsi
    State: ready
I_T nexus information:
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
        SWP: No
        Thin-provisioning: No
        Backing store type: null
        Backing store path: None
        Backing store flags:
    LUN: 1
        Type: disk
        SCSI ID: IET     00010001
        SCSI SN: beaf11
        Size: 3223 MB, Block size: 512
        Online: Yes
        Removable media: No
        Prevent removal: No
        Readonly: No
        SWP: No
        Thin-provisioning: No
        Backing store type: rdwr
        Backing store path: /dev/vda4
        Backing store flags:
Account information:
ACL information:
    147.2.208.156
    ALL
    147.2.206.159


147.2.206.159是发起者IP,但是无法被发起者找到。我是ISCSI的新手,请有人告诉我如何纠正它或错过了什么?

非常感谢!

最佳答案

让我回答我自己的问题,我在另一个虚拟机中重复执行步骤并成功,因此tgt和LIO似乎无法在同一台机器上运行,这是可以理解的,也许他们都试图访问或修改同一内核iscsi模块。

希望这可以帮助其他人。

有人有想法吗?

关于linux - 启动器找不到由tgt创建的ISCSI目标,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/27267285/

10-11 17:43