Mycelium: background health check and reconnect logic #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The current implementation in
chvm-libprobes for the Mycelium IP once after boot but does not monitor the health of the connection thereafter. If themyceliumprocess inside the VM or on the host dies/stalls, the VM loses connectivity without notification.Proposed Changes:
VmManagerfor Mycelium enabled VMs.myceliumprocess via vsock or network probing.chvm-initto restart the mycelium service if it fails.