I have a storage system that is broken for file storage. The block storage components still work and I am able to create a pool/lun and attach to a linux host.
I created a multi-TB LUN and have it connected to a linux host automatically during reboots
/etc/fstab looks like
/dev/sdc /opt/exports/iscsi_drive ext4 _netdev 0 0
From here I am planning to configure NFS to export the /opt/exports/iscsi_drive folder so other systems can attach this extra space.
Outside of network slowdowns (copying to nfs server which then writes it back via iscsi to the storage unit...not the fastest solution), is this an appropriate setup?
0 Answers