Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 95d3d6d

Browse files
committed
Correct autoreplace explanation
Fixes #14
1 parent 5ade568 commit 95d3d6d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ done
6464

6565
* We match our drives' best-performing 8KB sector size: `ashift=13`.[^1][^2][^3][^4]
6666

67-
* We want to automatically activate hot spare drives if another drive fails: `autoreplace=on`.[^3]
67+
* We want to automatically activate newly inserted replacements for failed drives: `autoreplace=on`.[^25]
6868

6969
* We use `/dev/disk/by-id/` paths to identify drives, in case they're swapped around to different drive bays or the OS' device naming schema changes.[^3]
7070

@@ -224,3 +224,5 @@ sudo zfs create \
224224
[^23]: https://dev.mysql.com/doc/refman/5.7/en/optimizing-innodb-diskio.html
225225

226226
[^24]: https://www.percona.com/blog/2019/12/18/give-love-to-your-ssds-reduce-innodb_io_capacity_max/
227+
228+
[^25]: https://openzfs.github.io/openzfs-docs/man/7/zpoolprops.7.html#autoreplace

0 commit comments

Comments
 (0)