Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [NODE-1469] Change monitoring strategy for GuestOS VM #1586

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Bownairo
Copy link
Member

In 24.04 systemd is getting more strict with the use of PIDFile, and no longer allows arbitrary monitoring by enforcing correct cgroups.

We've been managing the GuestOS VM with this mechanism. Instead, this will have virsh manage the liveness of the VM with:

<on_poweroff>restart</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>

and our service will only control starting and stopping so that we can still schedule around GuestOS launch.

@Bownairo Bownairo requested a review from a team as a code owner September 19, 2024 20:31
@github-actions github-actions bot added the feat label Sep 19, 2024
@github-actions github-actions bot added the @node label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant