cockpit-project / cockpit

Cockpit is a web-based graphical interface for servers.
http://www.cockpit-project.org/
GNU Lesser General Public License v2.1
11.2k stars 1.11k forks source link

metrics: collect disk usage from internal metrics #21062

Closed tomasmatus closed 3 weeks ago

tomasmatus commented 1 month ago

use mount.total and mount.used from internal metrics instead of parsing df output.

jelly commented 1 month ago

Fun times, you forget one important detail, the JS code filters mount points (loopback, flatpak, and? tmpfs?)

jelly commented 3 weeks ago

The anaconda test failures are unrelated and already fixed in anaconda-webui