Closed tomasmatus closed 3 weeks ago
use mount.total and mount.used from internal metrics instead of parsing df output.
mount.total
mount.used
df
Fun times, you forget one important detail, the JS code filters mount points (loopback, flatpak, and? tmpfs?)
The anaconda test failures are unrelated and already fixed in anaconda-webui
use
mount.total
andmount.used
from internal metrics instead of parsingdf
output.