TheGrandWazoo / freenas-proxmox

ZFS over iSCSI to FreeNAS API's from Proxmox VE
MIT License
236 stars 42 forks source link

Iscsi no session found #175

Closed awptechnologies closed 4 months ago

awptechnologies commented 8 months ago

anytime i do anything with the shell for example moving a vm disk to another iscsi over zfs drive i get the error iscsiadm no session found. As far as i can tell absolutely everything works its just an annoying error. Is there anyway to get rid of it? Screenshot 2024-01-30 130531

awptechnologies commented 8 months ago

This is me moving a scsi0 drive of a vm to iscsi over zfs pool. I get all these errors but it is still transferring the disk and i don't seem to have any actual failures. Screenshot 2024-01-30 130705

eugenefvdm commented 8 months ago

I normally use the UI to move disks and I haven't had any errors.

  1. Whilst setting up my system I had to do loads of iscsiadm and came up with a couple of diagnostic commands to help me check my config. Some of these were:
# iscsiadm --mode discovery --op update --type sendtargets --portal 192.168.1.254

That command should return:

192.168.1.254:3260,1 iqn.2005-10.org.freenas.ctl:target
  1. I do get the volblocksize warning and ideally I'd like to get rid of it. I posted about it here: https://forum.proxmox.com/threads/whilst-move-storage-from-local-lvm-to-truenas-zfs-over-iscsi-warning-volblocksize-4096-is-less-than-the-default-minimum-block-size-8192.135053/
TheGrandWazoo commented 6 months ago

I usually get those too. But the iscsiadm is a command in the Proxmox libs not the plugin.

stale[bot] commented 4 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.