open-nomad/nomad/state
Tim Gross fa25e048b2
CSI: unique volume per allocation
Add a `PerAlloc` field to volume requests that directs the scheduler to test
feasibility for volumes with a source ID that includes the allocation index
suffix (ex. `[0]`), rather than the exact source ID.

Read the `PerAlloc` field when making the volume claim at the client to
determine if the allocation index suffix (ex. `[0]`) should be added to the
volume source ID.
2021-03-18 15:35:11 -04:00
..
autopilot.go
autopilot_test.go
deployment_events_test.go Events/mv structs (#9430) 2020-11-23 14:01:10 -05:00
events.go Events/acl events (#9595) 2020-12-11 10:40:50 -05:00
events_test.go Events/acl events (#9595) 2020-12-11 10:40:50 -05:00
iterator.go
schema.go state store updates for one-time tokens 2021-03-10 08:17:56 -05:00
schema_test.go
state_changes.go
state_store.go CSI: unique volume per allocation 2021-03-18 15:35:11 -04:00
state_store_oss.go
state_store_test.go CSI: remove prefix matching from CSIVolumeByID and fix CLI prefix matching (#10158) 2021-03-18 14:32:40 -04:00
testing.go