Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
omv7:omv7_plugins:zfs [2025/06/25 03:18] – [VDEV Types] crashtest | omv7:omv7_plugins:zfs [2025/06/26 12:27] (current) – [Additional Reading] crashtest | ||
---|---|---|---|
Line 76: | Line 76: | ||
While all use cases are not the same, for this sake of this discussion, we'll assume that users reading this document are NOT Corporate or Datacenter Admins. The assumption will be that readers are home server users, server admins for small businesses, or other entities that have 25 users or less. In other words, when compared to Enterprise level network traffic, we're talking about relatively "light usage" | While all use cases are not the same, for this sake of this discussion, we'll assume that users reading this document are NOT Corporate or Datacenter Admins. The assumption will be that readers are home server users, server admins for small businesses, or other entities that have 25 users or less. In other words, when compared to Enterprise level network traffic, we're talking about relatively "light usage" | ||
\\ | \\ | ||
- | The author of this document, in personal experience with running ZFS, has set up a 4TB pool on a host with 4GB of RAM and an older Atom processor (read, "a weak CPU" | + | The author of this document, in personal experience with running ZFS, has set up a 4TB pool on a host with 4GB of RAM and an older Atom processor (read, "a weak CPU" |
\\ | \\ | ||
**"ECC RAM is required to run ZFS" | **"ECC RAM is required to run ZFS" | ||
Line 200: | Line 200: | ||
\\ | \\ | ||
< | < | ||
- | \\ | ||
< | < | ||
Line 225: | Line 224: | ||
- | - A ZFS " | + | - A ZFS " |
- During the creation of a " | - During the creation of a " | ||
- A Pool can have one or more VDEVs and a new VDEV can be added to an existing pool, at any time, increasing the pool's size.\\ | - A Pool can have one or more VDEVs and a new VDEV can be added to an existing pool, at any time, increasing the pool's size.\\ | ||
Line 319: | Line 318: | ||
---- | ---- | ||
\\ | \\ | ||
- | < | + | < |
\\ | \\ | ||
\\ | \\ | ||
Line 503: | Line 502: | ||
- While copies=2 can be used with a Basic volume, it should be noted that in the event of a disk failure both file copies would be lost. However, if data integrity and automatic restoration is used at the primary server, data on a backup server would be clean.\\ | - While copies=2 can be used with a Basic volume, it should be noted that in the event of a disk failure both file copies would be lost. However, if data integrity and automatic restoration is used at the primary server, data on a backup server would be clean.\\ | ||
- RAID-Z implementations reconstruct errored data a bit differently. | - RAID-Z implementations reconstruct errored data a bit differently. | ||
+ | \\ | ||
+ | ---- | ||
+ | \\ | ||
+ | ==== Additional Reading ==== | ||
+ | |||
+ | The following link features Arron Topance' | ||
+ | \\ | ||
+ | For a deep dive into ZFS and its internals -> [[https:// | ||
+ | \\ | ||
+ | |||
+ | |||