Please help !!!! Communication failure

DragonWing88

New Member
Jan 3, 2025
8
0
1
Hey everyone
So idk what i do or what im doing but whenever I try to make a vm or do anything with accessing my drives when I select a drop down menu all I get is this communication failure (0). If I restart it sometimes it will catch it buy most of the time that's all I get. I can't figure it out I have tried reinstall proxmox, I have tired a known good boot drive. From the info I can find out it's bc it's timing out but I can't figure out how to fix it PLEASE HELP. I can't anything up and running again
 
Last edited:
some pictures
 

Attachments

  • WIN_20250719_12_58_37_Pro.jpg
    WIN_20250719_12_58_37_Pro.jpg
    672.6 KB · Views: 11
  • WIN_20250719_13_02_12_Pro.jpg
    WIN_20250719_13_02_12_Pro.jpg
    691.5 KB · Views: 10
  • WIN_20250719_13_06_23_Pro.jpg
    WIN_20250719_13_06_23_Pro.jpg
    785.1 KB · Views: 9
  • WIN_20250719_13_04_08_Pro.jpg
    WIN_20250719_13_04_08_Pro.jpg
    767 KB · Views: 10
Sorry im still new to this and im learning as i go i hope this is what your asking for

root@proxmox:~# pvesm status
iscsiadm: default: 1 session requested, but 1 already present.
iscsiadm: Could not login to [iface: default, target: iqn.2005-10.org.freenas.ctl:docker-drive, portal: 172.16.1.1,3260].
iscsiadm: initiator reported error (15 - session exists)
iscsiadm: Could not login to [iface: default, target: iqn.2005-10.org.freenas.ctl:docker-drive, portal: 100.98.37.55,3260].
iscsiadm: initiator reported error (15 - session exists)
iscsiadm: Could not login to [iface: default, target: iqn.2005-10.org.freenas.ctl:docker-drive, portal: 172.16.4.1,3260].
iscsiadm: initiator reported error (15 - session exists)
iscsiadm: Could not login to [iface: default, target: iqn.2005-10.org.freenas.ctl:docker-drive, portal: 172.16.3.1,3260].
iscsiadm: initiator reported error (15 - session exists)
iscsiadm: Could not login to [iface: default, target: iqn.2005-10.org.freenas.ctl:docker-drive, portal: 172.16.2.1,3260].
iscsiadm: initiator reported error (15 - session exists)
iscsiadm: Could not login to [iface: default, target: iqn.2005-10.org.freenas.ctl:docker-drive, portal: 172.16.0.1,3260].
iscsiadm: initiator reported error (15 - session exists)
iscsiadm: Could not log into all portals
Logging in to [iface: default, target: iqn.2005-10.org.freenas.ctl:docker-drive, portal: 172.16.1.1,3260]
Logging in to [iface: default, target: iqn.2005-10.org.freenas.ctl:docker-drive, portal: 100.98.37.55,3260]
Logging in to [iface: default, target: iqn.2005-10.org.freenas.ctl:docker-drive, portal: 172.16.4.1,3260]
Logging in to [iface: default, target: iqn.2005-10.org.freenas.ctl:docker-drive, portal: 172.16.3.1,3260]
Logging in to [iface: default, target: iqn.2005-10.org.freenas.ctl:docker-drive, portal: 172.16.2.1,3260]
Logging in to [iface: default, target: iqn.2005-10.org.freenas.ctl:docker-drive, portal: 172.16.0.1,3260]
command '/usr/bin/iscsiadm --mode node --targetname iqn.2005-10.org.freenas.ctl:docker-drive --login' failed: exit code 15
Name Type Status Total Used Available %
docker-drive iscsi active 0 0 0 0.00%
local dir active 69573880 10296616 55697360 14.80%
local-lvm lvmthin active 143773696 7778156 135995539 5.41%
 
your PVE server is not able to reach your freenas iscsi target. Since your docker-driver storage uses it, you need to troubleshoot that first.

your PVE server is not able to reach your freenas iscsi target. Since your docker-driver storage uses it, you need to troubleshoot that first.
So i probably have something configure wrong on the nas side?
 
Last edited:
Maybe, but not necessarily.

Logging in to [iface: default, target: iqn.2005-10.org.freenas.ctl:docker-drive, portal: 172.16.1.1,3260]
Logging in to [iface: default, target: iqn.2005-10.org.freenas.ctl:docker-drive, portal: 100.98.37.55,3260]
Logging in to [iface: default, target: iqn.2005-10.org.freenas.ctl:docker-drive, portal: 172.16.4.1,3260]
Logging in to [iface: default, target: iqn.2005-10.org.freenas.ctl:docker-drive, portal: 172.16.3.1,3260]
Logging in to [iface: default, target: iqn.2005-10.org.freenas.ctl:docker-drive, portal: 172.16.2.1,3260]
Logging in to [iface: default, target: iqn.2005-10.org.freenas.ctl:docker-drive, portal: 172.16.0.1,3260]

Your NAS is advertising 6 different subnets. Is this on purpose? are any of them reachable by the host interface you intend to use for connectivity?

you should go back to the beginning and verify connectivity and iscsi functionality as if its a normal debian host. see https://www.ixsystems.com/documenta...ring.html?highlight=iscsi#connecting-to-iscsi for more information.