Hi everyone,
Very new on the proxmox project, I give it a try to setup a homelab.
I am trying to setup a connection to an ISCI LUN on a synology NAS on the same network. The discovery is OK (I can list the different target) but when I try to validate the connection, I have a timeout message. If I refresh the page, the iscsi datastore is available but I do not think it is a normal behavior.
If I delete the datastore, it does not correctly delete the connection. I need to delete it manually with iscsiadm command.
Here is the log when I try to add the datastore.
Do I miss something?
Very new on the proxmox project, I give it a try to setup a homelab.
I am trying to setup a connection to an ISCI LUN on a synology NAS on the same network. The discovery is OK (I can list the different target) but when I try to validate the connection, I have a timeout message. If I refresh the page, the iscsi datastore is available but I do not think it is a normal behavior.
If I delete the datastore, it does not correctly delete the connection. I need to delete it manually with iscsiadm command.
Here is the log when I try to add the datastore.
Code:
root@promox:/var/log# cat syslog | grep iscsi
...
Sep 30 08:25:37 promox iscsid: cannot make a connection to fe80::211:32ff:fe8c:e7d5:3260 (-1,22)
Sep 30 08:25:37 promox iscsid: Connection10:0 to [target: iqn.2000-01.com.synology:nas2.Target-1.fc5dc7d548, portal: 192.168.1.20,3260] through [iface: default] is operational now
Sep 30 08:25:40 promox iscsid: cannot make a connection to fe80::211:32ff:fe8c:e7d5:3260 (-1,22)
Sep 30 08:25:43 promox iscsid: cannot make a connection to fe80::211:32ff:fe8c:e7d5:3260 (-1,22)
Sep 30 08:25:46 promox iscsid: cannot make a connection to fe80::211:32ff:fe8c:e7d5:3260 (-1,22)
Sep 30 08:25:49 promox iscsid: cannot make a connection to fe80::211:32ff:fe8c:e7d5:3260 (-1,22)
Sep 30 08:25:52 promox iscsid: cannot make a connection to fe80::211:32ff:fe8c:e7d5:3260 (-1,22)
Sep 30 08:25:55 promox iscsid: cannot make a connection to fe80::211:32ff:fe8c:e7d5:3260 (-1,22)
Sep 30 08:25:58 promox iscsid: cannot make a connection to fe80::211:32ff:fe8c:e7d5:3260 (-1,22)
Sep 30 08:26:01 promox iscsid: cannot make a connection to fe80::211:32ff:fe8c:e7d5:3260 (-1,22)
Sep 30 08:26:04 promox iscsid: cannot make a connection to fe80::211:32ff:fe8c:e7d5:3260 (-1,22)
Sep 30 08:26:07 promox iscsid: cannot make a connection to fe80::211:32ff:fe8c:e7d5:3260 (-1,22)
Sep 30 08:26:10 promox iscsid: cannot make a connection to fe80::211:32ff:fe8c:e7d5:3260 (-1,22)
Sep 30 08:26:13 promox iscsid: cannot make a connection to fe80::211:32ff:fe8c:e7d5:3260 (-1,22)
Sep 30 08:26:16 promox iscsid: cannot make a connection to fe80::211:32ff:fe8c:e7d5:3260 (-1,22)
Sep 30 08:26:19 promox iscsid: cannot make a connection to fe80::211:32ff:fe8c:e7d5:3260 (-1,22)
Sep 30 08:26:22 promox iscsid: cannot make a connection to fe80::211:32ff:fe8c:e7d5:3260 (-1,22)
Sep 30 08:26:25 promox iscsid: cannot make a connection to fe80::211:32ff:fe8c:e7d5:3260 (-1,22)
Sep 30 08:26:28 promox iscsid: cannot make a connection to fe80::211:32ff:fe8c:e7d5:3260 (-1,22)
root@promox:/var/log# iscsiadm -m session
tcp: [10] 192.168.1.20:3260,1 iqn.2000-01.com.synology:nas2.Target-1.fc5dc7d548 (non-flash)
root@promox:/var/log# iscsiadm -m discovery -t st -p 192.168.1.20
192.168.1.20:3260,1 iqn.2000-01.com.synology:nas2.Target-1.fc5dc7d548
[fe80::211:32ff:fe8c:e7d5]:3260,1 iqn.2000-01.com.synology:nas2.Target-1.fc5dc7d548
Do I miss something?