Grant Millar
Grant Millar
I ended up putting the built source into a docker container, however running satellites is generating errors and not connecting: ``` ERROR REPORT 6318F776-47208-000055 ============================================================ Application: LINBIT? LINSTOR Module: Satellite...
The previous error was resolved by updating the server containers to the same version. However the `zfs list` fails as it appears that `zpool` & `identifier` are not set in...
Ok I've tested the following commit https://github.com/Rid/linstor-server/commit/458216ae0fe2168a77ac49f6d5afc14a3433b703 Before the changes: ``` Debug ╭───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ ┊ ResourceName ┊ Node ┊ Port ┊ Usage ┊ Conns ┊ State ┊ CreatedOn ┊ ╞═══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╡ ┊...
Actually I'm thinking we could make this a lot more efficient if instead of looping through every volume, we just group them by storage pool and then list the storage...
Here is the commit for only listing unique storage pools https://github.com/Rid/linstor-server/commit/7ccceac946985e3e9f948bcfce3a8891017b94bf It doesn't actually make any noticeable different from the previous commit, but it should do if you have pools...
That makes sense, I will test it now and report back.
@ghernadi tests were successful, performance is fine, I think it can be merged. ``` time kubectl exec deployment/piraeus-op-cs-controller -- curl --cacert /etc/linstor/client/ca.crt --key /etc/linstor/client/tls.key --cert /etc/linstor/client/tls.crt 'https://piraeus-op-cs.default.svc:3371/v1/view/resources?limit=0&offset=0' | jq '.[].layer_object.drbd.drbd_resource_definition.secret...
> `view/resources` fetches current allocated space from thin volumes, so it has to query all satellites, which takes time. There's only 2 satellites, which takes around 20ms on each to...
We're also seeing the same issue `Pending, The CA is processing your order, please just wait. (29/30)` I can see OP is using ZeroSSL, we're using LetsEncrypt. Is the outage...
Great job @mtxr!