rename root_dataset to root_fs for receiving-side jobs

This commit is contained in:
Christian Schwarz
2018-10-11 18:00:23 +02:00
parent 0c3a694470
commit 125b561df3
9 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
clients: {
"10.0.0.1":"foo"
}
root_dataset: zoot/foo
root_fs: zoot/foo
`
_, err := ParseConfigBytes([]byte(jobdef))
require.NoError(t, err)