Open
Description
If the mount path during an attach exceeds 128 bytes, protobuf complains.
Since MAXPATHLEN is ... 1024 or something like that on linux, doesn't this seem a little short? We're shipping a UUID with our dynamically provisioned volumes. The k8s mountpath on our system is already over 90 bytes.
Any advice is welcome, thanks.