open-nomad/nomad/structs
Tim Gross 60874ebe25
csi: Postrun hook should not change mode (#9323)
The unpublish workflow requires that we know the mode (RW vs RO) if we want to
unpublish the node. Update the hook and the Unpublish RPC so that we mark the
claim for release in a new state but leave the mode alone. This fixes a bug
where RO claims were failing node unpublish.

The core job GC doesn't know the mode, but we don't need it for that workflow,
so add a mode specifically for GC; the volumewatcher uses this as a sentinel
to check whether claims (with their specific RW vs RO modes) need to be claimed.
2020-11-11 13:06:30 -05:00
..
config consul/connect: dynamically select envoy sidecar at runtime 2020-10-13 09:14:12 -05:00
batch_future.go
batch_future_test.go
bitmap.go
bitmap_test.go
connect.go consul/connect: dynamically select envoy sidecar at runtime 2020-10-13 09:14:12 -05:00
csi.go csi: Postrun hook should not change mode (#9323) 2020-11-11 13:06:30 -05:00
csi_test.go
devices.go
devices_test.go
diff.go
diff_test.go
errors.go
errors_test.go
event.go Event sink manager improvements (#9206) 2020-11-02 09:21:32 -05:00
event_test.go Event sink manager improvements (#9206) 2020-11-02 09:21:32 -05:00
funcs.go
funcs_test.go
generate.sh
network.go
network_test.go
node.go
node_class.go use allow/deny instead of the colored alternatives (#9019) 2020-10-12 08:47:05 -04:00
node_class_test.go
node_test.go
operator.go
service_identities.go
services.go Consul with CNI and host_network addresses (#9095) 2020-10-15 15:32:21 -04:00
services_test.go
streaming_rpc.go
structs.go auto-complete for recommendations CLI, plus OSS components of recommendations prefix search 2020-11-11 11:13:43 +00:00
structs_codegen.go
structs_oss.go added new policy capabilities for recommendations API 2020-10-28 14:32:16 +00:00
structs_periodic_test.go
structs_test.go
testing.go
volumes.go