Files
nomad/.changelog/24522.txt
Yucong Sun 642e33ae41 CSI: fix topology matching logic (#24522)
Some plugins emit multiple topology segment entries for the same segment (ex. newer versions of AWS EBS) to accommodate convention changes in k8s. Check that segments are a superset instead of exactly equal to the plugin's topology segments.
2024-11-22 09:22:36 -05:00

4 lines
123 B
Plaintext

```release-note:bug
csi: Fixed a bug where drivers that emit multiple topology segments would cause placements to fail
```