Shared USB HDD storage

voarsh

Active Member
Nov 20, 2020
218
20
38
29
Last edited:
Glusterfs/Ceph is if you have a drive connected on each node and want the drives to be synced over network.

What you want is a simple file share using nfs or cifs. nfs works better with linux, cifs with windows. You can run both.

Mount the disk on any node, setup nfs export, mount it into other nodes/vm's via nfs.
 
Can anyone point me out how I would setup a shared NFS for all nodes on a cluster?