Warn that data_dir can't be in the jail (#4618)

This commit is contained in:
Charlie Voiselle 2019-02-18 20:40:45 -05:00 committed by Mahmood Ali
parent 24d510290a
commit 094e2a28d5

View file

@ -140,6 +140,8 @@ testing.
allocation data as well as cluster information. Server nodes use this
directory to store cluster state, including the replicated log and snapshot
data. This must be specified as an absolute path.
~> **WARNING**: This directory **must not** be set to a directory that is [included in the chroot](/docs/drivers/exec.html#chroot) if you use the [`exec`](/docs/drivers/exec.html) driver.
- `disable_anonymous_signature` `(bool: false)` - Specifies if Nomad should
provide an anonymous signature for de-duplication with the update check.