open-nomad/nomad/state
Tim Gross 276633673d CSI: use AccessMode/AttachmentMode from CSIVolumeClaim
Registration of Nomad volumes previously allowed for a single volume
capability (access mode + attachment mode pair). The recent `volume create`
command requires that we pass a list of requested capabilities, but the
existing workflow for claiming volumes and attaching them on the client
assumed that the volume's single capability was correct and unchanging.

Add `AccessMode` and `AttachmentMode` to `CSIVolumeClaim`, use these fields to
set the initial claim value, and add backwards compatibility logic to handle
the existing volumes that already have claims without these fields.
2021-04-07 11:24:09 -04:00
..
autopilot.go
autopilot_test.go
deployment_events_test.go
events.go restored Node.Sanitize() for RPC endpoints 2021-03-26 17:03:15 +00:00
events_test.go added tests that the API doesn't leak Node.SecretID 2021-03-23 18:09:20 +00:00
iterator.go
schema.go
schema_test.go
state_changes.go
state_store.go CSI: use AccessMode/AttachmentMode from CSIVolumeClaim 2021-04-07 11:24:09 -04:00
state_store_oss.go
state_store_test.go removed deprecated fields from Drain structs and API 2021-03-21 15:30:11 +00:00
testing.go CSI: fix misleading HTTP test 2021-03-31 16:37:09 -04:00