Docker and ISCSI target

Hello,

I’m running my node on a VM with ISCSI connection on storage, is it possible use ISCSI over a docker image ?

Thanks

Fabrizio

Yes, it possible, you can look into Volume plugins, but I not recommend this solution for storage node, it can produce issues with SQLite database (I can’t confirm but suspect).

Attach the iscsi to the hypervisor as datastore and run the whole vm via iscsi
Maybe the easyer way

@4ich way would be easiest. Have two separate datastore, one for OS, and one iSCSI for data in your hypervisor.

Alternatively, you can mount the iSCSI in your OS and use that as the datastore.
You can use iSCSI initiator in windows, or open-iscsi in ubuntu
https://help.ubuntu.com/lts/serverguide/iscsi-initiator.html

1 Like