Prioritise OS-drive's snapraid content file over ZFS
Reads are much faster as it's SSD based, and it avoids unnecessary reads on the pool
This commit is contained in:
parent
dcc3055e93
commit
10f43bc38d
1 changed files with 1 additions and 1 deletions
|
@ -49,8 +49,8 @@ snapraid_parity_disks:
|
||||||
content: true
|
content: true
|
||||||
|
|
||||||
snapraid_content_files:
|
snapraid_content_files:
|
||||||
- /mnt/tank/files/snapraid.content
|
|
||||||
- /var/snapraid.content
|
- /var/snapraid.content
|
||||||
|
- /mnt/tank/files/snapraid.content
|
||||||
|
|
||||||
snapraid_config_excludes:
|
snapraid_config_excludes:
|
||||||
- "*.unrecoverable"
|
- "*.unrecoverable"
|
||||||
|
|
Loading…
Reference in a new issue