ComputeNodeReimageOption Enum

Definition

Specifies when to reimage the compute node and what to do with currently running tasks.

public enum ComputeNodeReimageOption
type ComputeNodeReimageOption = 
Public Enum ComputeNodeReimageOption
Inheritance
ComputeNodeReimageOption

Fields

Requeue 0

Terminate running tasks and requeue them. The tasks will run again when the job is enabled. Reimage the compute node as soon as tasks have been terminated.

RetainedData 3

Allow currently running tasks to complete, then wait for all task data retention periods to expire. Schedule no new tasks while waiting. Reimage the compute node when all task retention periods have expired.

TaskCompletion 2

Allow currently running tasks to complete. Schedule no new tasks while waiting. Reimage the compute node when all tasks have completed.

Terminate 1

Terminate running tasks. The tasks will not run again. Reimage the compute node as soon as tasks have been terminated.

Applies to