-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure we have an undying virtualbmc
It seems vbmcd process dies on its own without much log after a period of time. Overriding the CMD of the container with an infinite loop corrects the issue for the time being, and would allow to access the container for debugging in case of a crash. The container logs as shown by `podman logs <container>` don't help, since we just learn that vbmcd "stopped", without error. We may be able to find something in the container itself, if vbmcd is writing logs on its own.
- Loading branch information
1 parent
ee8ba46
commit 9b88e02
Showing
2 changed files
with
28 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters