Change error message

Local Disk -> Ephemeral Disk
This commit is contained in:
Halil Kaskavalci
2016-09-21 17:57:19 +03:00
committed by GitHub
parent d49dda45e3
commit fc5f716e4b

View File

@@ -1622,7 +1622,7 @@ func (tg *TaskGroup) Validate() error {
mErr.Errors = append(mErr.Errors, err)
}
} else {
mErr.Errors = append(mErr.Errors, fmt.Errorf("Task Group %v should have a local disk object", tg.Name))
mErr.Errors = append(mErr.Errors, fmt.Errorf("Task Group %v should have a Ephemeral Disk object", tg.Name))
}
// Check for duplicate tasks