wunderio / csi-rclone

CSI driver for rclone
Apache License 2.0
214 stars 62 forks source link

please release a new version to get the latest rclone binary #9

Closed cameronbraid closed 4 years ago

cameronbraid commented 4 years ago

Hi,

I am hitting a bug in csi-rclone 1.2.6 which uses rclone 1.48

docker run --rm -it --entrypoint rclone wunderio/csi-rclone:v1.2.6 version
rclone v1.48.0

The issue is an io error accessing 0 byte files, which is working in rclone 1.51 by testing a rclone mount locally

stevefan1999-personal commented 4 years ago

@Jancis can you roll out a new version by running the Dockerfile?

hSATAC commented 4 years ago

+1 to this.

Fixed it by rebuilding the docker image ourselves.

Jancis commented 4 years ago

Pushed v1.2.8 with rclone v1.53.1

docker run --rm -it --entrypoint rclone wunderio/csi-rclone:v1.2.8 version rclone v1.53.1

  • os/arch: linux/amd64
  • go version: go1.15