Update sanoid.conf

further clarify recursion=zfs vs recursion=yes
This commit is contained in:
Jim Salter 2024-09-19 23:43:39 -04:00 committed by GitHub
parent 826d4d1c07
commit 8fa906b971
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -33,8 +33,11 @@
use_template = production
# there are two options for recursive: zfs or yes
# * zfs - taken a zfs snapshot with the '-r' flag; zfs will recursively take a snapshot of the whole
# dataset tree which is consistent.
# dataset tree which is consistent. Newly-added child datasets will not immediately get snapshots,
# and must instead slowly catch up to policy over time. Slightly lower storage load.
#
# * yes - the snapshots will be taken one-at-time through the sanoid code; not necessarily consistent.
# newly added child datasets will be immediately brought into policy. Slightly higher storage load.
recursive = zfs