Merge pull request #1580 from hashicorp/f-disk-usage-monitoring

Monitor and enforce shared allocation directory disk usage
This commit is contained in:
Alex Dadgar
2016-08-23 09:49:53 -07:00
committed by GitHub
11 changed files with 367 additions and 35 deletions

View File

@@ -218,6 +218,7 @@ const (
TaskNotRestarting = "Not Restarting"
TaskDownloadingArtifacts = "Downloading Artifacts"
TaskArtifactDownloadFailed = "Failed Artifact Download"
TaskDiskExceeded = "Disk Exceeded"
)
// TaskEvent is an event that effects the state of a task and contains meta-data