top | item 32523226

(no title)

gopaz | 3 years ago

What about the storage? Is it using Raid? Does blocksize matter? What filsystem is used?

discuss

order

drewg123|3 years ago

Every storage device is independent (no RAID), and runs UFS. We use UFS because, unlike ZFS, it integrates directly with the kernel page cache.

ComputerGuru|3 years ago

Which is part of the reason sendfile doesn’t work well for ZFS.