config: source job: rename field 'datasets' to 'filesystems'

While filesystems is also not the right term (since it excludes ZVOLs),
we want to stay consistent with comments & terminology used in docs.

BREAK CONFIG

fixes #17
This commit is contained in:
Christian Schwarz
2017-10-05 13:39:05 +02:00
parent b95260f4b5
commit 3e647c14c0
7 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
identity_file: /root/.ssh/id_ed25519
# snapshot these datsets every 10m with zrepl_ as prefix
datasets: {
filesystems: {
"zroot/var/db<": "ok",
"zroot/usr/home<": "!",
}