iscsid issues with Synology NAS

2021-03-31 Thread David Alten
Hello, I’m having issues getting iscsid to work with my Synology NAS. The first issue was that the NAS was returning an error code. Turns out it didn’t like not  missing the default SessionType=Normal. The second issue was that the login sequence never comleted. It seems we keep hardcoding

iscsid issues with Synology NAS

2021-04-01 Thread David Alten
Second try Hello, I’m having issues getting iscsid to work with my Synology NAS on amd64/6.9-beta. The first issue was that the NAS was returning an error code. Turns out it didn’t like missing the default SessionType=Normal. The second issue was that the login sequence never completed. It

Re: iscsid issues with Synology NAS

2021-04-19 Thread David Alten
t->lun = i2t.lun; +/* t->lun = i2t.lun; */ + t->lun = 1; if (!(p = pdu_new())) fatal("vscsi_dispatch"); On Thu, Apr 1, 2021 at 7:45 AM David Alten wrote: > > Second try > > > Hello, > > I’m having issues getting