failed to retrieve XFS stats: strconv.ParseUint: parsing \"xpc\": invalid syntax
### Summary \`gitlab-ctl tail\` show error ### Steps to reproduce install `gitlab-ce=19.0.0-ce.0` (or last 18 release) my ENV is `Proxmox 9.2 `+ `debian-12-turnkey` template (gitlab-ce updated to 19.0) do `tail | grep -i ERROR` ### What is the current _bug_ behavior? every 5-10 sec in log ### What is the expected _correct_ behavior? No error Same bug https://github.com/prometheus/node_exporter/issues/3636 Fix mabe here https://github.com/prometheus/procfs/pull/810 _I'm using EXT4 in a container, and it's not very clear what XFS has to do with it._ ### Relevant logs <details> <summary>Relevant logs</summary> <pre> root@gitlab \~# gitlab-ctl tail | grep -i ERROR | grep xpc 2026-05-22_17:39:03.41806 time=2026-05-22T17:39:03.417Z level=ERROR source=collector.go:168 msg="collector failed" name=xfs duration_seconds=0.000220556 err="failed to retrieve XFS stats: strconv.ParseUint: parsing "xpc": invalid syntax" 2026-05-22_17:39:18.41793 time=2026-05-22T17:39:18.417Z level=ERROR source=collector.go:168 msg="collector failed" name=xfs duration_seconds=0.000220396 err="failed to retrieve XFS stats: strconv.ParseUint: parsing "xpc": invalid syntax" 2026-05-22_17:39:33.42461 time=2026-05-22T17:39:33.424Z level=ERROR source=collector.go:168 msg="collector failed" name=xfs duration_seconds=0.00023917 err="failed to retrieve XFS stats: strconv.ParseUint: parsing "xpc": invalid syntax" 2026-05-22_17:39:48.41131 time=2026-05-22T17:39:48.411Z level=ERROR source=collector.go:168 msg="collector failed" name=xfs duration_seconds=0.000236917 err="failed to retrieve XFS stats: strconv.ParseUint: parsing "xpc": invalid syntax" 2026-05-22_17:40:03.41673 time=2026-05-22T17:40:03.416Z level=ERROR source=collector.go:168 msg="collector failed" name=xfs duration_seconds=0.000296428 err="failed to retrieve XFS stats: strconv.ParseUint: parsing "xpc": invalid syntax" 2026-05-22_17:40:18.40418 time=2026-05-22T17:40:18.404Z level=ERROR source=collector.go:168 msg="collector failed" name=xfs duration_seconds=0.000252273 err="failed to retrieve XFS stats: strconv.ParseUint: parsing "xpc": invalid syntax" 2026-05-22_17:40:33.41509 time=2026-05-22T17:40:33.415Z level=ERROR source=collector.go:168 msg="collector failed" name=xfs duration_seconds=0.000219917 err="failed to retrieve XFS stats: strconv.ParseUint: parsing "xpc": invalid syntax" 2026-05-22_17:40:48.42016 time=2026-05-22T17:40:48.420Z level=ERROR source=collector.go:168 msg="collector failed" name=xfs duration_seconds=0.008495106 err="failed to retrieve XFS stats: strconv.ParseUint: parsing "xpc": invalid syntax" 2026-05-22_17:41:03.41651 time=2026-05-22T17:41:03.416Z level=ERROR source=collector.go:168 msg="collector failed" name=xfs duration_seconds=0.000217062 err="failed to retrieve XFS stats: strconv.ParseUint: parsing "xpc": invalid syntax" 2026-05-22_17:41:18.41568 time=2026-05-22T17:41:18.415Z level=ERROR source=collector.go:168 msg="collector failed" name=xfs duration_seconds=0.000214353 err="failed to retrieve XFS stats: strconv.ParseUint: parsing "xpc": invalid syntax" </pre> </details> ### Details of package version <details> <summary>Provide the package version installation details</summary> <pre>||/ Name Version Architecture Description +++-==============-============-============-=========================================================== ii gitlab-ce 19.0.0-ce.0 amd64 GitLab Community Edition (including NGINX, Postgres, Redis) un gitlab-ee (no description available) un gitlab-fips (no description available)</pre> </details>
issue