OpenNebula / one-apps

Toolchain to build OpenNebula appliances
Apache License 2.0
12 stars 10 forks source link

VR: OpenRC may disable services if one-context starts too long #117

Closed sk4zuzu closed 3 months ago

sk4zuzu commented 3 months ago

Description It seems a race condition between one-context and one-failover can happen if one-context is slow to start.

To Reproduce It's hard to reporduce in general, but using qemu hypervisor can help here (everything slows down significantly). Deploy a VR then it's possible you see OpenRC stops the one-router4 service (or maybe others as well).

Expected behavior Every enabled service starts correctly.