csi-s3 icon indicating copy to clipboard operation
csi-s3 copied to clipboard

Why not adding s3ql

Open Vad1mo opened this issue 5 years ago • 1 comments

I have seen in the history that s3ql was removed, for me it sounded like the perfect fit feature wise.

any reason why it flew out?

Vad1mo avatar Oct 15 '20 19:10 Vad1mo

It has been quite a while since I made that choice but the commit message explains it (although briefly). The main issue I can remember was that on every unclean shutdown (which can happen regularly on a Kubernetes cluster), it required manual intervention to get it to mount a volume again. This, coupled with the fact that it dramatically increased the docker image size because of all the dependencies lead me to remove it. I'm not completely ruling out the possibility of introducing it again but it would require quite some effort to get it into a reliable state.

ctrox avatar Apr 06 '21 18:04 ctrox