ceph-csi/pkg/rbd
Patrick Ohly 403cad682c rbd: protect against concurrent gRPC calls
The timeout value in external-provisioner is fairly low. It's not
uncommon that it times out and retries before the rbdplugin is done
with CreateVolume. rbdplugin has to serialize calls and ensure that
they are idempotent to deal with this.
2019-01-14 20:15:09 +00:00
..
controllerserver.go rbd: protect against concurrent gRPC calls 2019-01-14 20:15:09 +00:00
identityserver.go rbd: advertises PluginCapability_Service_CONTROLLER_SERVICE 2018-06-13 15:14:15 +08:00
nodeserver.go rbd: protect against concurrent gRPC calls 2019-01-14 20:15:09 +00:00
rbd_attach.go allow monitors be embedded in credential secret 2018-09-21 14:43:01 +00:00
rbd_util.go rbd: protect against concurrent gRPC calls 2019-01-14 20:15:09 +00:00
rbd.go support nsmounter when running in containerized mode 2018-10-15 14:59:41 +00:00