open-nomad/plugins/csi
Tim Gross 3cca738478
csi: fix mount validation (#7869)
Several of the CSI `VolumeCapability` methods return pointers, which
we were then comparing to pointers in the request rather than
dereferencing them and comparing their contents.

This changeset does a more fine-grained comparison of the request vs
the capabilities, and adds better error messaging.
2020-05-05 15:13:07 -04:00
..
fake csi: add grpc retries to client controller RPCs (#7549) 2020-03-30 16:26:03 -04:00
testing csi: check returned volume capability validation (#7831) 2020-04-30 17:12:32 -04:00
client.go csi: fix mount validation (#7869) 2020-05-05 15:13:07 -04:00
client_test.go csi: fix mount validation (#7869) 2020-05-05 15:13:07 -04:00
plugin.go csi: add grpc retries to client controller RPCs (#7549) 2020-03-30 16:26:03 -04:00