piraeus-operator icon indicating copy to clipboard operation
piraeus-operator copied to clipboard

The Piraeus Operator manages LINSTOR clusters in Kubernetes.

Results 85 piraeus-operator issues
Sort by recently updated
recently updated
newest added

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:...

Using the K8S backend (=etcd) option makes a lot of sense in many ways, so it should be the new default for the Operator v2. Removing the bundled etcd of...

enhancement

Just noticed that resize is not working for some reason: ``` MountVolume.SetUp failed for volume "pvc-eec61be7-81c2-41c6-b99c-89d915199d4a" : rpc error: code = Internal desc = NodePublishVolume failed for pvc-eec61be7-81c2-41c6-b99c-89d915199d4a: unable to...

https://github.com/piraeusdatastore/piraeus-operator/pull/262 greatly simplified secret management _within_ a cluster, but if the cluster needs to ship snapshots to a remote with its own TLS secret there's no easy way to load...

enhancement

We have and existing linstor cluster on baremetal, and we want to use linstor csi for k8s clusters. For single interface clusters, using the storage vlan only for testing, we...

After removing some labels on a few nodes (ironically from the previous CSI I replaced with Piraeus) I was no longer able to provision volumes. The error was: > failed...

Hi, Just installed a new node, and when I tried evacuating an existing one I got this : ``` ERROR: Description: Node: 'talos-if5-jn6' has DRBD version 9.2.6, but version 9.2.7...

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...

Hello how do I resize an active `pvc` in v2.4.1 ? :eyes: I use `lvs` to create `lvn-thin` pools for `linstor` on my nodes. My `storage-class` name is `hdd-pool-dev` and...

documentation

Debian 11 installs the [linux-kbuild](https://packages.debian.org/bullseye/linux-kbuild-5.10) as dependency to [kernel-headers](https://packages.debian.org/buster/linux-headers-5.10.0-0.deb10.19-amd64) package. The tools and Makefile from it are used directly by `entry.sh` script of kernel-module-injector The problem is that [most of...