From 47a1077c629ce08b6c54a99afba84afab34145f9 Mon Sep 17 00:00:00 2001 From: Charlie Voiselle Date: Wed, 28 Jun 2017 12:21:01 -0400 Subject: [PATCH] Ephemeral Disks: `migrate` requires `sticky` The migrate option is a no-op when sticky is set to false --- .../source/docs/job-specification/ephemeral_disk.html.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/docs/job-specification/ephemeral_disk.html.md b/website/source/docs/job-specification/ephemeral_disk.html.md index 48acb1104..8d187e390 100644 --- a/website/source/docs/job-specification/ephemeral_disk.html.md +++ b/website/source/docs/job-specification/ephemeral_disk.html.md @@ -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.