-
Notifications
You must be signed in to change notification settings - Fork 92
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
BUG: Disk usage in docker / MacOS is incorrect #253
Comments
Yeah, I'd say so. Unfortunately I don't have a Mac device to troubleshoot myself. Please restart the agent with From a quick google it looks like this may be an issue with how Docker works on MacOS: https://forums.docker.com/t/macos-docker-bind-mount-reports-incorrect-free-space/137982/4 Can you test with the binary agent to see if it has the same problem? I think you would add |
Thank you for the recommendation; however I am using OrbStack after evaluating several options for my day job we found that OrbStack was the best cost/$. |
@henrygd thank you for your response. Please find my troubleshooting steps below: Env Var Debug Logging
Here is a prettied / decoded disk partitions: [
{
"device": "/dev/vdb1",
"mountpoint": "/etc/resolv.conf",
"fstype": "btrfs",
"opts": [
"rw",
"noatime",
"bind"
]
},
{
"device": "/dev/vdb1",
"mountpoint": "/etc/hostname",
"fstype": "btrfs",
"opts": [
"rw",
"noatime",
"bind"
]
},
{
"device": "/dev/vdb1",
"mountpoint": "/etc/hosts",
"fstype": "btrfs",
"opts": [
"rw",
"noatime",
"bind"
]
}
] And Diskstats:
Binary Agent |
Thanks! It looks like the dockerized agent can't see the underlying device for Can you paste your output of Temperature sensors populate in Docker on Linux, so I think that's another issue that's specific to Docker on MacOS.
|
I have an agent running on macOS 15.1 / docker (orbstack). I have a USB drive mounted in the extra-filesystems.
Beszel (0.7.2 agent and hub) is reporting a VASTLY incorrect disk usage:
The text was updated successfully, but these errors were encountered: