Moritz Wanzenböck

Results 254 comments of Moritz Wanzenböck
trafficstars

Just gonna dump my initial thoughts here: * Node `digoc.tobg.services` has some resources without volumes * Node `k8smaster.tobg.services` has lots of error reports because detach did not work. Probably because...

Original issues: https://github.com/piraeusdatastore/piraeus-operator/issues/287

If you use microk8s, you can probably skip the step about pre-provisioning the PVCs, as the `storage` plugin and the default storage class should also just work. There seems to...

You want to use: ``` operator.controller.dbConnectionURL=jdbc:mysql://devops-haproxy.mysql-ha:3306/LINSTOR?createDatabaseIfNotExist=true&useMysqlMetadata=true&user=user&password=pass ``` Note that the database name is `LINSTOR` instead of the lowercase `linstor`, second change is adding the username and password to query string....

Very strange, i just tested it with this setting: ``` jdbc:mysql://mariadb.mariadb.svc:3306/LINSTOR?createDatabaseIfNotExist=true&useMysqlMetadata=true&user=root&password= ``` and it seemed to work fine. To investigate further, you can, after installation: 1. temporarily stop the operator:...

> /usr/bin/piraeus-entry.sh Yeah, sorry about that, I was testing with a slight different image. I guess you should head over to https://github.com/linbit/linstor-server since this is not really a Piraeus issue...

``` lvmThinPools: - name: lvm-thin thinVolume: thinpool volumeGroup: "" devicePaths: - /dev/loop500 ``` That won't work, the operator is very picky in what devices it can "format". To work around...

Hi, UI is currently not open-source, and not available in Piraeus.

Hey! Sorry for the delayed response. Currently the operator has no direct integration for configuring ZFS pools via YAML. You can configure an existing ZFS pool via the LINSTOR client...