Best way of sharing a mergerfs pool to multiple VMs #1349
-
Given this statement, is there a correct/better way of sharing a mergerfs pool to multiple VMs than using NFS? I'm running Proxmox on a single machine/node and I'm planning on running a Kubernetes cluster on it. So I need a way of making the mergerfs pool available to pods (as PV). Note that the VM storage itself is coming from a ZFS mirror on entirely different drives. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
There is no "correct". Sharing filesystems (nothing to do with mergerfs) across numerous systems requires a remote filesystem. There are really only two remote filesystems built for such things: Samba/CIFS/SMB and NFS. |
Beta Was this translation helpful? Give feedback.
https://github.com/trapexit/mergerfs?tab=readme-ov-file#remote-filesystems
Did you read the docs on the topic?