open-nomad/nomad/state
Tim Gross 54b3573fc9
state: support snapshot of CSI plugin and volume tables (#7546)
The `csi_plugins` and `csi_volumes` tables were missing support for
snapshot persist and restore. This means restoring a snapshot would
result in missing information for CSI.
2020-03-30 11:17:16 -04:00
..
autopilot.go
autopilot_test.go implement MinQuorum 2020-02-16 16:04:59 -06:00
iterator.go csi: volumes listed in nomad node status (#7318) 2020-03-23 13:58:30 -04:00
schema.go finished refactoring state store, schema, etc 2020-03-24 13:57:14 +00:00
schema_test.go
state_store.go state: support snapshot of CSI plugin and volume tables (#7546) 2020-03-30 11:17:16 -04:00
state_store_oss.go
state_store_test.go state: support snapshot of CSI plugin and volume tables (#7546) 2020-03-30 11:17:16 -04:00
testing.go csi: plugin deregistration on plugin job GC (#7502) 2020-03-26 17:07:18 -04:00
testing_oss.go