Hi! I'm trying to setup my Unraid server for testing atm. I want to have 2x NVME ZFS Mirror as Cache (Primary Storage) and 2x HDD ZFS Mirror as Longterm (Secondary Storage). I created the 2 pools (Cache,Longterm) using ZFS and created a new share where I specified "Cache" as Primary Storage and "Longterm" as Secondary Storage and activated NFS export and mounted it (mount -t nfs 10.0.0.197:/mnt/cache/nextcloud /mnt). I can see on my nfs client that I get the total size of Cache + Longterm. However when I store a file to the NFS share the file goes directly to Longterm instead of Cache. Could someone tell me what I possibly did wrong ? Sorry found already the issue - my minimum free space setting was too high