Revisit vhostmd and alternatives #176
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
Currently, vhostmd along with the guest companion vm-dump-metrics, is used to provide hypervisor information to configured guests.
Our original implementation was based off a long-lost Alien conversion of the vhostmd RPM to a Debian package, and has not changed since ~2019.
Reinvestigate this, either by building a Debuild for the official vhostmd repo (https://github.com/vhostmd/vhostmd) or building a more PVC-centric alternative.
I think the latter is probably the "better" move for our purposes, especially since it means we can build a Python-based client tool that would be cross-platform, but this is an open question as vhostmd is quite flexible if cumbersome to configure.
Decided to stick with vhostmd, as it works quite well. The lack of simple client-side support is problematic but could be worked around as it's just C/XML parsing.
A soft fork of vhostmd is at https://github.com/parallelvirtualcluster/vhostmd to facilitate this.
I think the new vhostmd has been working very well. Closing this one out.