-
Notifications
You must be signed in to change notification settings - Fork 72
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
Enabled host management features - blkid: executable file not found #427
Comments
Can you post your install command? Thanks! |
That was Hetzner cloud VM from Debian 11 image. Cannot say anything special...
I have noticed new "host management" feature and enabled it. Some information did not shown, I suppose, and those messages appeared in agent logs. Agent was configured for host management as needed and I could run blkid by hands. Setup is in production, so I cannot do further testing around it, sorry. |
Same issue on a vanilla ubuntu 22.04 server with docker installed via the official guide. Seeing the behaviour on standalone docker and swarm instances. |
Typical case, where the included libraries seems to have some contraints (which aren't recognized by the developer using them). The library https://github.com/jaypipes/ghw?tab=readme-ov-file#block-storage used here, clearly states:
The go script does the following on system level:
Therefore, the container has to be expanded by, i.e.
|
Installed on Debian 11 stock docker.io with enabled swarm mode.
Enabled host management features in Setup.
See this trying browse swarm node:
WARNING: failed to read disk partuuid of /dev/sda1 : exec: "blkid": executable file not found in $PATH
WARNING: failed to read disk partuuid of /dev/sda14 : exec: "blkid": executable file not found in $PATH
WARNING: failed to read disk partuuid of /dev/sda15 : exec: "blkid": executable file not found in $PATH
blkid is installed on host and its root fs is mounted as /host for agent service.
The text was updated successfully, but these errors were encountered: