<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 25/02/2015 12:35 AM, Simone Tiraboschi wrote:<br>
    <blockquote
      cite="mid:100281481.10146472.1424788516161.JavaMail.zimbra@redhat.com"
      type="cite">Can you please paste here the output of
      vdsClient -s 0 getDeviceList 3
      thanks<br>
    </blockquote>
    <br>
    Sure. Once the iscsi target is logged in the call to vdsClient never
    returns. See below.<br>
    <br>
    <font face="Courier New, Courier, monospace">[root@host0 ~]#
      vdsClient -s 0 getDeviceList 3<br>
      []<br>
      <br>
      [root@host0 ~]# lsblk<br>
      NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT<br>
      sda      8:0    0 55.9G  0 disk<br>
      ├─sda1   8:1    0  500M  0 part /boot<br>
      ├─sda2   8:2    0  5.6G  0 part [SWAP]<br>
      └─sda3   8:3    0 49.8G  0 part /home<br>
      sr0     11:0    1 1024M  0 rom<br>
      [root@host0 ~]# iscsiadm -m session<br>
      iscsiadm: No active sessions.<br>
      [root@host0 ~]# iscsiadm --mode discovery --type sendtargets
      --portal 10.50.0.200<br>
      10.51.0.200:3260,1 iqn.2015-02.local.redfish:san0<br>
      10.50.0.200:3260,1 iqn.2015-02.local.redfish:san0<br>
      [root@host0 ~]# iscsiadm --mode node --targetname
      iqn.2015-02.local.redfish:san0 --portal 10.50.0.200 --login<br>
      Logging in to [iface: default, target:
      iqn.2015-02.local.redfish:san0, portal: 10.50.0.200,3260]
      (multiple)<br>
      Login to [iface: default, target: iqn.2015-02.local.redfish:san0,
      portal: 10.50.0.200,3260] successful.<br>
      [root@host0 ~]# lsblk<br>
      NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT<br>
      sda      8:0    0 55.9G  0 disk<br>
      ├─sda1   8:1    0  500M  0 part /boot<br>
      ├─sda2   8:2    0  5.6G  0 part [SWAP]<br>
      └─sda3   8:3    0 49.8G  0 part /home<br>
      sdb      8:16   0   30G  0 disk<br>
      sr0     11:0    1 1024M  0 rom<br>
      [root@host0 ~]# vdsClient -s 0 getDeviceList 3<br>
      <br>
      <br>
    </font><br>
  </body>
</html>