8657695322
When the scheduler checks feasibility of each node, it creates a "stack" which carries attributes of the job and task group it needs to check feasibility for. The `system` and `sysbatch` scheduler use a different stack than `service` and `batch` jobs. This stack was missing the call to set the job ID and namespace for the CSI check. This prevents CSI volumes from being scheduled for system jobs whenever the volume is in a non-default namespace. Set the job ID and namespace to match the generic scheduler.
4 lines
132 B
Plaintext
4 lines
132 B
Plaintext
```release-note:bug
|
|
csi: Fixed a bug where volumes in non-default namespaces could not be scheduled for system or sysbatch jobs
|
|
```
|