CC007
CC007
That was indeed the idea I can maybe create a mockup. I am already using a similar setup for HeadsPluginAPI, HeadsInventory and HeadSweeper, but it would be nice if there...
Also I know that you have a command executor bean, but if another plugin want to call these commands, they will be unable to do so, since they aren't using...
It seems that MS Edge does correctly send along the headers from the previous request (and more than just the headers from the `Vary` response header):   Using Microsoft...
To my knowledge, if you know that the resulting binary is 8-bit aligned, you can also skip the = character at the end of the Base64 string So you would...
Base64 encoding is a 6-bit encoding scheme, but since only `F8`-`FF` are reserved, you could get away with using a 7-bit encoding, like ASCII (with the input padded to a...
> As an IntelliJ plugin the invalid errors from Sonarlint may be suppressed from the manifold plugin. Well, good thing that SonarLint is a plugin then: https://plugins.jetbrains.com/plugin/7973-sonarlint
I'll take another look
> Interesting that although there is log history and events for multiple replicas of pvc-31540f93-f81a-4864-a5bb-7e9d6bd5d490, there is currently only one in the replicas.yaml list and in the engines.yaml address maps:...
Here's the data: ```bash rik@pirack1-node3:/mnt/PiRackData1/longhorn/replicas$ ll total 0 drwxr-xr-x 2 root root 0 Apr 21 02:43 ./ drwxr-xr-x 2 root root 0 Dec 16 02:18 ../ drwxr-xr-x 2 root root...
Here's the metadata: ```bash rik@pirack1-node3:/mnt/PiRackData1/longhorn/replicas/pvc-31540f93-f81a-4864-a5bb-7e9d6bd5d490-daeeeafa$ cat revision.counter; echo 32153 rik@pirack1-node3:/mnt/PiRackData1/longhorn/replicas/pvc-31540f93-f81a-4864-a5bb-7e9d6bd5d490-daeeeafa$ cat volume-head-003.img.meta; echo {"Name":"volume-head-003.img","Parent":"volume-snap-e473b8fd-12e9-428d-9123-a79ec592eab3.img","Removed":false,"UserCreated":false,"Created":"2024-04-25T15:23:53Z","Labels":null} rik@pirack1-node3:/mnt/PiRackData1/longhorn/replicas/pvc-31540f93-f81a-4864-a5bb-7e9d6bd5d490-daeeeafa$ cat volume-snap-4478c436-a23c-47de-a4b2-f89bc82ae501.img.meta; echo {"Name":"volume-snap-4478c436-a23c-47de-a4b2-f89bc82ae501.img","Parent":"volume-snap-66c47248-5ddc-4e38-990e-4d57cd9f5615.img","Removed":true,"UserCreated":false,"Created":"2024-04-21T01:02:09Z","Labels":null} rik@pirack1-node3:/mnt/PiRackData1/longhorn/replicas/pvc-31540f93-f81a-4864-a5bb-7e9d6bd5d490-daeeeafa$ cat volume-snap-66c47248-5ddc-4e38-990e-4d57cd9f5615.img.meta; echo {"Name":"volume-snap-66c47248-5ddc-4e38-990e-4d57cd9f5615.img","Parent":"","Removed":true,"UserCreated":false,"Created":"2024-04-21T00:58:37Z","Labels":null} rik@pirack1-node3:/mnt/PiRackData1/longhorn/replicas/pvc-31540f93-f81a-4864-a5bb-7e9d6bd5d490-daeeeafa$ cat volume-snap-e473b8fd-12e9-428d-9123-a79ec592eab3.img.meta; echo {"Name":"volume-snap-e473b8fd-12e9-428d-9123-a79ec592eab3.img","Parent":"volume-snap-4478c436-a23c-47de-a4b2-f89bc82ae501.img","Removed":true,"UserCreated":false,"Created":"2024-04-25T15:23:53Z","Labels":null} ```