Boudewijn Geiger
Boudewijn Geiger
I just pushed some bugfixes which I ran into and overlooked at first glance. One think that isn't yet handled gracefully is the actual deletion of the node / satellite....
Hey @WanzenBug, Thanks for the update. I think the two settings make sense. > There is some improvement coming on the LINSTOR front, namely LINSTOR will no longer remove the...
Would we then filter the `pool.Source.HostDevices` before passing it to `lclient.PhysicalStorageCreate` based on the nodes' available devices?
At the moment I'm mounting the external block storage manually to `/mnt/attached-storage`. The storage is configured as an LVM thin pool. The problem here is that nodes that don't have...
I've made a start on this (https://github.com/boedy/piraeus-operator/commit/6e932df6ce4413a219b8d6855b54ad84b3d37f00). Having it filter the available devices on a node. I'm trying to figure out how device pools can be modified. Bases on my...
Thanks for the quick reply @WanzenBug! I ran the command you suggested. It returned no errors and caused the volume on node eu-central-68d6 to be promoted to primary automatically. See:...
I ran initially ran the `kubectl exec eu-central-1771 -- drbdadm secondary pvc-22af8af6-3ecb-4216-b4d3-f1b5410266c9` command twice as I thought I made mistake the first time, so that might show up in the...
Ah you're right. Found the relevant logs in kern.log.3 ``` Mar 29 18:00:35 eu-central-1771 kernel: [101113.161400] drbd pvc-22af8af6-3ecb-4216-b4d3-f1b5410266c9: Starting worker thread (from drbdsetup [593999]) Mar 29 18:00:35 eu-central-1771 kernel: [101113.163721]...
Interesting. I started to go down the path of writing my own operator using the Python API, but if `Autoplacer/PreSelectScript` can be used, that might be a more solid option....
Are you sure this is actually used? I can't find anything where this script is actually called / executed