Moritz Wanzenböck
Moritz Wanzenböck
Please try to update to the latest version. It also looks like this was not a fresh install? Otherwise, why would there be any resources? This ``` Resource 'pvc-80745669-9bf4-4776-9865-f6f419c57863' on...
So it looks like `6610156F-8EC88-000000` indicates that mkfs failed because DRBD was not set up correctly. But in `66101520-00000-000000` we can see that the resource is apparently in use. This...
Ok, this looks like a bug in LINSTOR that does not properly restore the resource to secondary after the mkfs call fails. Still leaves the issue how it can be...
Yes, please upgrade and see if it happens again. In case you encounter an issue, run ``` kubectl exec -it deploy/linstor-controller -- linstor sos-report create ``` Then copy the created...
Yes, this is an issue more appropriate for the piraeus project.
Hi! Thanks for reporting this issue. We are currently investigating quite similar issues. Our best guess is that there is a race between the container lvmtools (where we completely disable...
Could you give the following configuration a try? ```yaml --- apiVersion: piraeus.io/v1 kind: LinstorSatelliteConfiguration metadata: name: udev spec: podTemplate: spec: containers: - name: linstor-satellite volumeMounts: - name: lvmconfig mountPath: /etc/lvm/lvm.conf...
Could that be remains from a previous attempt? I.e. can you try a new resize now? Do these errors still happen?
Have you rebooted the nodes in the meantime? I guess an sos-report would be good.
Ok, so one small fix is also settings `hostIPC: true`: ``` spec: podTemplate: spec: hostIPC: true containers: ... ``` Haven't been able to find the source of your specific issues,...