linode / linode-blockstorage-csi-driver

Container Storage Interface (CSI) Driver for Linode Block Storage
Apache License 2.0
65 stars 54 forks source link

vendorVersion must be set at compile time #108

Closed kaspergrubbe closed 11 months ago

kaspergrubbe commented 1 year ago

General:


Bug Reporting

I am trying to get linode volumes working with Nomad, I'm seeing this error when I start my container running: containerlinode/linode-blockstorage-csi-driver:v0.5.1.

F0418 15:23:00.994748       1 main.go:57] vendorVersion must be set at compile time
F0418 15:23:18.087090       1 main.go:57] vendorVersion must be set at compile time

Is this expected or could that be the issue of my problem?

kaspergrubbe commented 1 year ago

I compiled it myself, and now it worked, not sure what is up with the Docker image from Linode, but it seems like it is missing the vendorVersion for whatever reason.

kaspergrubbe commented 1 year ago

Fixed here: https://github.com/linode/linode-blockstorage-csi-driver/commit/892e6064488c233100a6bd55cd8fe58e83b08313

Will be fixed in the next release.

srust commented 11 months ago

This was fixed in #105