open-nomad/plugins
Tim Gross 6ffd36c4e5
csi: add grpc retries to client controller RPCs (#7549)
The CSI Specification defines various gRPC Errors and how they may be retried. After auditing all our CSI RPC calls in #6863, this changeset:

* adds retries and backoffs to the where they were needed but not implemented
* annotates those CSI RPCs that do not need retries so that we don't wonder whether it's been left off accidentally
* added a timeout and cancellation context to the `Probe` call, which didn't have one.
2020-03-30 16:26:03 -04:00
..
base update grpc 2020-03-03 08:39:54 -05:00
csi csi: add grpc retries to client controller RPCs (#7549) 2020-03-30 16:26:03 -04:00
device update grpc 2020-03-03 08:39:54 -05:00
drivers fix typo in comment 2020-03-13 09:09:46 -05:00
shared update grpc 2020-03-03 08:39:54 -05:00
serve.go plugins: Add support for serving driver plugins 2018-12-01 17:30:54 +01:00