Bug 2307514
Summary: | nfsd metrics do not work on RHEL 9 | ||
---|---|---|---|
Product: | [Fedora] Fedora EPEL | Reporter: | Marcel Freundl <marcel.freundl> |
Component: | golang-github-prometheus-node-exporter | Assignee: | Mark E. Fuller <mark.e.fuller> |
Status: | ASSIGNED --- | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | epel9 | CC: | go-sig, mark.e.fuller, mikel |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | Type: | Bug | |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Marcel Freundl
2024-08-23 09:34:19 UTC
That fix is available for Fedora in the `node-exporter` package. The package `golang-github-prometheus-node-exporter` has been deprecated and `node-exporter` will be the new package. **BUT** the current only available package for EPEL9 is the old `golang-github-prometheus-node-exporter` that was a vendored build. A new solution is on the works[1] that will help to update the package for EPEL and automaticaly `golang-github-prometheus-node-exporter` will be replaced with `node-exporter`. Updating the package manually without the new method is something I want to avoid. [1] https://gitlab.com/fedora/sigs/go/go-vendor-tools/-/issues/10 |