When to use ZFS?


Recommended Posts

So as it stands today I have all my array data drives formatted as xfs - encrypted. Also I have 4 pools as follows

  • Apps (xfs) for Docker/VM -Single NVME
  • Cache (btrfs) for writing to Array - Single SATA SSD
  • Aux (btrfs) for user shares of things I want served fast - 2xNVME
  • Scratch (xfs) for SMB general purpose temporary - Single SATA SSD

 

I am aware of the benefits of zfs with things like TrueNAS, and making performant zpools for an enterprise. I am already planning to format the Apps to zfs for checkpoints. But what about the array data disks, and the other pools ? What benefits would zfs bring, and when should it be considered over the other filesystems?

 

Edited by Cyong
  • Upvote 1
Link to comment
  • 2 weeks later...

I don't mean to hijack the thread, but I thought if I made the question a little more comprehensive we might get a response:

 

I'm running:

1 7 drive Array with single parity disk (Containing stored media - Mixed Disk Sizes) [xfs]

1 2TB NVMe Cache drive [btrfs]

1 System pool with 2 4tb SSD striped (with Dockers, VM, sand system folder) [btrfs]

 

Is there any benefit to my switching these to ZFS?

 

My system pool is where I wanted best performance, and would have used the NVME drive, but I got Terrible performance from the SSD's when mirrored, and a 8TB cache seemed wasteful.

 

I'm not worried about the HOW TO, as I'm sure I can figure that out... But I just don't understand why everyone is so excited about ZFS

Link to comment
On 6/25/2023 at 10:52 AM, Cyong said:

What benefits would zfs bring, and when should it be considered over the other filesystems?

Basically the same as btrfs: checksums, snapshots, send/receive source or target, if it's worth it or not to change or not it all depends if any of those features are important to you.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.