Moritz Wanzenböck
Moritz Wanzenböck
This adds a provider for hyperclick similar to the find-definition method. Excludes some words based on the editors scope choice (e.g. let language-rust do the hard work). To use this,...
The example deployments are mostly just kept for those not using the operator (perhaps LINSTOR is installed "bare-metall"). So I couldn't hurt to add the linstor-wait-until init container like the...
We've recently started work on [Operator v2](https://github.com/piraeusdatastore/piraeus-operator/tree/v2) This is intended as a list of features that need to be ported from v1, or features we want to add in v2:...
The CSI driver had a special case for attaching volumes to a degraded cluster. This is no longer necessary, as DRBD now (9.1.12/9.2.0) calculates quorum differently, meaning adding diskless to...
There have been reports of situations in which DRBD devices are all Outdated. This then requires manual intervention, as DRBD can never sync itself up again. So add a specific...
Now that Operator v2 is in a usable state, we need to have guides ready so users can actually use it. Currently, the documentation is split between CRD schema and...
Currently, the implicit behaviour of the Operator is: If a LinstorSatellite resource should no longer exist, because it's no longer matching the node labels, etc... delete it. If a LinstorSatellite...
This idea came up during development of V2: What if the satellite could use other storage provider's "block volumes". A user could specify some kind of PVC template, which would...
In https://github.com/piraeusdatastore/piraeus-operator/issues/440 LINSTOR CSI tried to create a volume with replication with `replicasOnSame` set in such a way, that it could never succeed. In this case the problem was that...
[ID-mapped mounts](https://lwn.net/Articles/896255/) promise to make it easy to change the observable root uid+gid of a volume. This would be useful for us since any use of `fsGroup` currently involves a...