Bug 2029093
| Summary: | virt-manager reports more free space than is available for storage pool | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Maki Oyo <shellgame13> |
| Component: | virt-manager | Assignee: | Cole Robinson <crobinso> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 35 | CC: | berrange, crobinso, philip.wyett |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-12-06 10:41:28 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Maki Oyo
2021-12-04 22:33:12 UTC
virt-manager simply shows what libvirtd reports, so it's not a bug in virt-manager. libvirtd reports the storage available to the superuser, which includes the usual free space on the filesystem as well as the space reserved for the superuser when the filesystem was created. By default, that's 5%. You can inspect this with tune2fs: # sudo tune2fs -l <device> | grep -P "Block size:|Reserved block count" Reserved block count: 655360 Block size: 4096 That seems like the wrong thing, especially since libvirtd runs as qemu, that space probably isn't available. But I'll open a new BZ for that. |