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: add the new rust-based xen-guest-agent as extension #335

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

j3rwin
Copy link
Contributor

@j3rwin j3rwin commented Mar 8, 2024

The existing xe-guest-utilities extension is based on xenserver/xe-guest-utilities which appears to be abandoned in favour of new the rust-based guest agent. Moreover the existing guest-utilities is largely a go-wrapper around a bunch of command line tools. Memory is the only metric that it seems to be reporting as it just parses the /proc/meminfo file, rest of the metrics are collected using command line tools that don't exist in Talos and so it fails silently.

This PR adds the new guest agent and it also fixes issue#323

@@ -6,3 +6,5 @@ GLIB_VERSION: 2.79.2
PCRE2_VERSION: 10.42
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=xenserver/xe-guest-utilities
XE_GUEST_UTILITIES_VERSION: 8.4.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we remove the old one?

Copy link
Contributor Author

@j3rwin j3rwin Mar 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think so, it will reduce the confusion for new users

Makefile Show resolved Hide resolved
@frezbo
Copy link
Member

frezbo commented Mar 8, 2024

/ok-to-test

Adds new rust-based `xen-guest-agent` extension.
Also remove the old `xe-guest-utilities`.

Signed-off-by: Noel Georgi <[email protected]>
@frezbo
Copy link
Member

frezbo commented Mar 11, 2024

/m

@talos-bot talos-bot merged commit e5488bd into siderolabs:main Mar 11, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

xe-guest-utlities not reporting IP
4 participants