I have some iSCSI shares exported from TrueNAS. IncusOS docs say I should be able to use them for a pool, but I can’t find much info (beyond this) on how to do it… I edited iscsi service config to look like this:
config:
enabled: true
targets:
- address: 192.168.1.10
port: 3260
target: iqn.2005-10.org.freenas.ctl:test
This seems to work, the log says:
Connection2:0 to [target: iqn.2005-10.org.freenas.ctl:test, portal: 192.168.1.10,3260] through [iface: default] is operational now
Where do I go from there? How do I actually create a pool?..