ZFS: Difference between revisions

From John's wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
These are some standard zpool names that I use and what the names indicate.
These are some standard zpool names that I use and what the names indicate.


* data: spinning rust, dedup w/ zstd
* data: spinning rust, usually RAIDZ or RAID10, dedup w/ zstd
* best: usually SSD stripe or single drive, usually no dedup, no compression
* best: usually SSD stripe or single drive, usually no dedup, no compression
* fast: usually SSD mirror, usually no dedup, no compression; or dedup w/ lz4 for smaller zpools (less than 1TB)
* fast: usually SSD mirror, usually no dedup, no compression; or dedup w/ lz4 for smaller zpools (less than 1TB)
* slow: spinning rust, dedup w/ zstd
* slow: spinning rust, dedup w/ zstd
* temp: for temp data, probably spinning rust, maybe dedup w/ zstd
* temp: for temp data, probably spinning rust, maybe dedup w/ zstd

Revision as of 22:50, 22 May 2023

These are some standard zpool names that I use and what the names indicate.

  • data: spinning rust, usually RAIDZ or RAID10, dedup w/ zstd
  • best: usually SSD stripe or single drive, usually no dedup, no compression
  • fast: usually SSD mirror, usually no dedup, no compression; or dedup w/ lz4 for smaller zpools (less than 1TB)
  • slow: spinning rust, dedup w/ zstd
  • temp: for temp data, probably spinning rust, maybe dedup w/ zstd