Connection error: Proxmox 8.2.2 & TrueNAS Scale 24.04 #196
Unanswered
jamesstanw
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hopefully I've not missed the obvious. With the current setup, and testing as below, I have the following error. Hopefully someone can help me get off this rock . . .
command '/usr/bin/ssh -o 'BatchMode=yes' -i /etc/pve/priv/zfs/10.0.0.1_id_rsa root@10.0.0.1 zfs list -o name,volsize,origin,type,refquota -t volume,filesystem -d1 -Hp Web-storage-pool' failed: exit code 255 (500)
root@nodes:~# curl -k -l https://10.0.0.1/api/
<title>302 Found</title>302 Found
nginx root@nodes:~#
zfs: NAS4-web blocksize 4k iscsiprovider freenas pool Web-storage-pool portal 10.0.0.1 target iqn.[default on system]:web-store content images freenas_apiv4_host 10.0.0.1 freenas_password *************** [removed but NAS4 root pw] freenas_use_ssl 0 freenas_user root nowritecache 0 sparse 1
`root@truenas[~]# zfs list -o name,volsize,origin,type,refquota -t volume,filesystem -d1 -Hp Web-storage-pool
Web-storage-pool - - filesystem 0
Web-storage-pool/.system - - filesystem 0
Alternatively:
root@truenas[~]# zpool statuspool: Web-storage-pool
state: ONLINE
config:
errors: No known data errors
pool: boot-pool
state: ONLINE
config:
errors: No known data errors`
On the TN side the sharing-iSCSI settings are:
Target Global Configuration - default as system defaults
Portals - Group ID = 2 Listen = 10.0.0.1:3260 Description = iscsi-portal-t Discovery Auth Method = NONE
Initiators Groups - Group ID =2 Initiators = iqn******* from PM Description = prox-box
Authorized Access = no records added yet
Targets - Target Name = web-store Network = 10.0.0.0/30 Portal Group ID = 1(iscsi-portal-t) Initiator Group ID = 2(iqn.*******) Authentication Method = None
Extents = No records added yet
Associated Targets = No records added yet
Beta Was this translation helpful? Give feedback.
All reactions