| Summary: | [RFE] libvirt enhanced notifications (diskspace on hdd with VM image) | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Frantisek Reznicek <freznice> | |
| Component: | virt-manager | Assignee: | virt-mgr-maint | |
| Status: | CLOSED WONTFIX | QA Contact: | Virtualization Bugs <virt-bugs> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 6.4 | CC: | acathrow, dyuan, esammons, freznice, gscrivan, jdenemar, lcui, mzhan, tzheng | |
| Target Milestone: | rc | Keywords: | FutureFeature | |
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Enhancement | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1073766 (view as bug list) | Environment: | ||
| Last Closed: | 2013-12-18 18:49:55 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: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 1073766 | |||
|
Description
Frantisek Reznicek
2013-11-19 12:57:07 UTC
What do you mean "for unknown reason"? Did you try "virsh domstate --reason VM"? Libvirt should tell you why the domain was paused and it also sends an event to registered clients when this happens. Thus, I guess the only part you are missing is support for state reasons and events in virt-manager, right? Thanks for pointing me to `virsh domstate --reason` command [root@mx ima]# virsh domstate --reason r6x2 paused (I/O error) which clearly points to disk / image problem. Command-line users are able to see the reason. The outstanding item is to add those notifications into virt-manager. Thanks for quick reply. |