Moritz Wanzenböck
Moritz Wanzenböck
Hello! What you want to do is have 2 different `linstorsatelliteset` resources (the helm chart creates one of those for you, as that is the most common setup), each with...
Hey @boomanaiden154 I think you are running into an issue with older multipath daemon versions. I think it's all versions prior to 2.34. Multipathd opens DRBD devices if not configured...
Hi! I believe this is a bug recently discovered in LINSTOR, at least the output would match. Next LINSTOR release should contain a fix. As a workaround, a `linstor node...
Hi! You are correct with your assumptions, etcd will only allow (write) access to the database if a majority of nodes are available. In the 2 node scenario exactly half...
Take a look at: https://github.com/piraeusdatastore/piraeus-operator/blob/master/doc/storage.md I don't think you can add these "complex" objects via the command line directly, so you have to use the yaml file + `-f` option
You have a typo in `/dev/sbc` should be `/dev/sdc`.
Take a look at the error reports `linstor error-report list`/`linstor error-report show `, maybe the device wasn't detected as empty, in which case you would need to manually clean it...
I do like that approach, it seems much more manageable. I'm a bit hesitant on porting existing features to this new patch strategy. Since I'm working on v2 anyways, I'll...
@kvaps perhaps you have some insight here, too: Let's assume the operator v2 is working with some slightly different CRDs: * `LinstorCluster`, which is used to manage all "controller" related...
I was also thinking about a `LinstorNodeConfiguration` object. My problem is that one of the things I want to have control over is which DRBD injector image is used. That...