Added the migrate flag to init

This commit is contained in:
Diptanu Choudhury 2016-10-31 17:50:07 -07:00
parent 0d911a8285
commit 724d537104
1 changed files with 4 additions and 0 deletions

View File

@ -126,6 +126,10 @@ job "example" {
# will migrate the data. This is useful for tasks that store data
# that should persist across allocation updates.
# sticky = true
#
# Setting migrate to true results in the allocation directory of a
# sticky allocation directory to be migrated.
# migrate = true
# Size of the shared ephemeral disk between tasks in the task group.
size = 300