Ephemeral Disks: migrate requires sticky

The migrate option is a no-op when sticky is set to false
This commit is contained in:
Charlie Voiselle 2017-06-28 12:21:01 -04:00
parent 66d1c78763
commit 47a1077c62

View file

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