-
Notifications
You must be signed in to change notification settings - Fork 12
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
bhyve disk space not updating after disk resize. #41
Comments
cmon will report what zfs reports, so you'll need to check that. If there's a discrepancy between the reported value in the guest and zfs then make sure that the guest has recently run fstrim, and that it's properly scheduled to run periodically. When referencing an image, we need the image UUID or at least the version number. There are three different ubuntu-22.04 images, so we'd need to know exactly which one you're referring to. |
hey @bahamat , The image is ubuntu-22.04 20231127 I have ran the following on the guest but cmon is still reporting 99%. fstrim / |
hey @bahamat , Do you have any other suggestions? The image UUID is cccbdd29-adc0-4231-ac2c-26b4a762df5f |
Hey @bahamat , There is a simple way to replicate this issue.
Then you'll receive an alert from Grafana with cmon data. |
hey @bahamat , We are generally getting the same alerts for every kvm that has resized disks now. Anything that I can do to help to fix this? Metric name |
Hey team,
There is a small bug for cmon to collect the bhyve disk space. We are getting disk full alert from garfana everyday.
Here are the steps to reproduce.
The text was updated successfully, but these errors were encountered: