mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
System and sysbatch jobs don't support the reschedule block, because we'd always replace allocations back onto the same node. The job validation for system jobs asserts that the user hasn't set a `reschedule` block so that users aren't submitting jobs expecting it to be supported. But this validation was missing for sysbatch jobs. Validate that sysbatch jobs don't have a reschedule block.
4 lines
157 B
Plaintext
4 lines
157 B
Plaintext
```release-note:breaking-change
|
|
sysbatch: Submitting a sysbatch job with a `reschedule` block will now return an error instead of being silently ignored
|
|
```
|