Merge pull request #2748 from hashicorp/d-migrate-needs-sticky

Ephemeral Disks: `migrate` requires `sticky`
This commit is contained in:
Michael Schurter
2017-06-29 09:15:16 -07:00
committed by GitHub

View File

@@ -38,10 +38,10 @@ job "docs" {
## `ephemeral_disk` Parameters
- `migrate` `(bool: false)` - Specifies that the Nomad client should make a
best-effort attempt to migrate the data from a remote machine if placement
cannot be made on the original node. During data migration, the task will
block starting until the data migration has completed.
- `migrate` `(bool: false)` - When `sticky` is true, this specifies that the
Nomad client should make a best-effort attempt to migrate the data from a
remote machine if placement cannot be made on the original node. During data
migration, the task will block starting until the data migration has completed.
- `size` `(int: 300)` - Specifies the size of the ephemeral disk in MB. The
current Nomad ephemeral storage implementation does not enforce this limit;