Moritz Wanzenböck

Results 366 comments of Moritz Wanzenböck

I'm guessing the important information at the end is missing from the logs. It looks like for this kernel we do not have a pre-computed patch. So we need to...

Are you using the images from drbd.io? if not, you are not using the LINBIT version.

You need to be a LINBIT customer, then you can use the drbd.io registry. Alternatively, you can host your own spatch-as-a-service: https://github.com/LINBIT/saas Deploy the docker image somewhere and set the...

The issue with all of these approaches on the container level is that you can't really decide if the container stops because the node shuts down, or because your workload...

> that is supposed to handle graceful shutdowns in the context of a Kubernetes cluster (including non-systemd). For us to handle graceful shutdown, the system needs to give us the...

That seems like a suggestion that could work. I guess exit cleanly would generally be: * Wait for normal Pods to drain. Guess this is best handled by being a...