Moritz Wanzenböck
Moritz Wanzenböck
> Sadly, I can't seem to find any info on an allowedTopology key for StorageClasses, either in general or in the piraues repos. https://kubernetes.io/docs/concepts/storage/storage-classes/#allowed-topologies Basically, your storage class should look...
Ah, I see now that Debian switched from having one `linux-kbuild-X.Y` package to having `linux-kbuild-X.Y.Z` packages. Making this split in packaging completly pointless :facepalm: It's a tricky situation. Installing the...
It seems like even if we use something like mounting /usr to /host/user and do some tricks with settings the right KDIR variable won't work, because the way the symlinks...
Perhaps this is overkill, and super super hacky, but could we instead "merge" the host `/usr` directory with the one in the container by using overlayfs :thinking: We should be...
So this is a bit insane, but if we reconfigure the `drbd-module-loader` to mount `/usr` from the host to `/usr-host` in the container, and then update/replace the command to ```...
Please try the following configuration: ``` apiVersion: piraeus.io/v1 kind: LinstorSatelliteConfiguration metadata: name: debian-loading spec: podTemplate: spec: initContainers: - name: drbd-module-loader command: - sh - -exc - | mount -t overlay...
Can you confirm that it works with the above patch applied?
> error to get PV: etcdserver: leader changed This would indicate that one of the etcd nodes was overloaded, so another etcd member took over as the "leader". From what...
There is already [tools/image-updates.sh](https://github.com/piraeusdatastore/piraeus-operator/blob/v2/tools/image-updates.sh) in place, which is part of the usual release process. I guess there could be a point in automatically running that script every so often...
I think we need to actually think about the way we do releases. Currently, the release process is mostly based on "feeling" that a new release is due. This then...