Hi
I'm having a zfs pool RAIDZ1, which includes 4 x 10TB disk. When using this pool in a file server (SMB and NFS) for different purposes, which is better way to share it in LXC or in VM:
I'm having a zfs pool RAIDZ1, which includes 4 x 10TB disk. When using this pool in a file server (SMB and NFS) for different purposes, which is better way to share it in LXC or in VM:
- mount the whole pool as a one big disk (mp1), and use directory structure to share the resource, like /mnt/disk1, /mnt/disk2, /mnt/disk3, etc.
- mount only smaller parts many times, like mp1 (2TB), mp2 (1TB), mp3 (5TB), etc