neondatabase / autoscaling

Postgres vertical autoscaling in k8s
Apache License 2.0
142 stars 16 forks source link

neonvm-runner: Exit with error if QEMU fails #964

Closed sharnoff closed 3 weeks ago

sharnoff commented 3 weeks ago

Currently if we get to the point of calling QEMU, we'll always just exit as if neonvm-runner was successful. This isn't correct.

At first I thought this might be a regression by #864, but it's actually much older — originally introduced in #172!

Noticed while working on #963.