Moritz Wanzenböck
Moritz Wanzenböck
It's currently a little bit cumbersome, but if you use Operator v2, you can try something like this: ```yaml --- apiVersion: piraeus.io/v1 kind: LinstorCluster metadata: name: linstorcluster spec: patches: -...
I don't think anyone actually used it, I certainly have never seen it in action. But: there is the possibility to implement "custom" strategy in LINSTOR by way of setting...
Should be somewhere in here: https://github.com/LINBIT/linstor-server/blob/master/controller/src/main/java/com/linbit/linstor/core/apicallhandler/controller/autoplacer/PreSelector.java Again, I can't confirm if it even works
Yeah, moving the discussion to the linstor-server repo would be good. Having a good use case/example/scenario to explain the feature also helps :)
Could you please elaborate? The current `linstor-cluster` chart creates all the needed certificate and issues if requested: ``` $ helm template linstor-cluster piraeus-charts/linstor-cluster --set createApiTLS=cert-manager | kubectl create --dry-run -f...
Sure, the chart README should at least link to `piraeus-charts/linstor-cluster`, which is the one you actually want to configure all the `LinstorCluster` and `LinstorSatelliteConfiguration` resources. So you need both the...
I can't reproduce this on a simple Ubuntu 22.04 cluster. I use containerd and kubeadm to create the cluster. Is there anything in any of the system logs? Perhaps app-armor...
Any special security configuration? I just ran the `rke2` setup with default settings and it seemed to start fine :/
See the above config "patch". You may also need to remove the host-mounts. > Isn't it a bad idea at all to add an external OS dependency? The depenceny was...
What exactly is RO? The volumes created by using a piraeus storage class? This seems to be a separate issue. Please create a new issue for it.