Christian Hoffmeister
Christian Hoffmeister
@nmass-betpawa Hard to tell. Can you provide logs of the relevant pods (`hcloud-csi-node-xxx` and `hcloud-csi-controller-xxx`)?
Can we assume, that this mounting error is not csi-driver related but a general volume attach problem of Hetzner Cloud? Has one tried, when csi-driver is unable to attach the...
> > Has one tried, when csi-driver is unable to attach the volume, to manually attach the volume via the Hetzner Console > > > > Yes, tried, works @scasei...
Maybe this PR should be put on hold until it finally resolved, if this really will be the case. So far the change mentioned is not yet released by Hetzner....
I started a plugin [sbt-jars](https://github.com/choffmeister/sbt-jars) only for the purpose of gathering all JARs together. Much code I borrowed from here. As many plugins like this one and [sbt-assembly](https://github.com/sbt/sbt-assembly) for example...
OK, I can understand that. Your hint for version number ordering: Could it be the case, that sbt-pack currently just orders version strings lexicographically? Hence by now it is `"2.10.4"...
Regarding your concerns, that Version ordering is subject to change: In `sbt-jars` I resolved the issue by making the ordering itself configurable. The duplicate JAR strategy is represented by a...
Exactly. But this tweak is so far only available in `sbt-jars`. Just saying it here because I think it would also be a good thing for `sbt-pack`. The drawback would...
This is the workaround for us currently, so that we can update to the fixed pgsql. ```hocon # reference.conf kanela.modules.jdbc.enabled = no ``` Ofc this means, that we currently have...