Bug 1911610
| Summary: | [RFE] VM without ballooning won't have memory stats | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Liran Rotenberg <lrotenbe> |
| Component: | Backend.Core | Assignee: | Liran Rotenberg <lrotenbe> |
| Status: | CLOSED DUPLICATE | QA Contact: | meital avital <mavital> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.4.4.5 | CC: | ahadas, bugs, michal.skrivanek, tgolembi |
| Target Milestone: | ovirt-4.4.6 | Keywords: | FutureFeature |
| Target Release: | --- | Flags: | ahadas:
ovirt-4.4?
ahadas: planning_ack? ahadas: devel_ack+ ahadas: testing_ack? |
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-01-31 14:03:00 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Virt | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1917718 | ||
|
Description
Liran Rotenberg
2020-12-30 10:49:59 UTC
Ballooning device is used for memory stats gathering of the guest when qemu-guest-agent is in use. There is no planning to change it. We should enable the ballooning device on high performance profile, currently we disable it. Users who want only the memory stats gathering without further ballooning functions should disable it on cluster level, like the way it's recommended to do so for KSM with high performance VMs. (In reply to Liran Rotenberg from comment #1) > We should enable the ballooning device on high performance profile, > currently we disable it. This can happen regardless of the VM profile, right? Let's say I disable ballooning for a server VM - it would lead to the same issue. > Users who want only the memory stats gathering without further ballooning > functions should disable it on cluster level, like the way it's recommended > to do so for KSM with high performance VMs. Yes, that can be used as a workaround when ballooning/ksm can be disabled for all VMs in the cluster. Would you agree that it becomes more of an RFE to change what happens when disabling (or not-enabling) ballooning on a VM so it would define the balloon device but won't trigger balloon inflation/deflation? (In reply to Arik from comment #2) > (In reply to Liran Rotenberg from comment #1) > > We should enable the ballooning device on high performance profile, > > currently we disable it. > > This can happen regardless of the VM profile, right? > Let's say I disable ballooning for a server VM - it would lead to the same > issue. Yes. > > > Users who want only the memory stats gathering without further ballooning > > functions should disable it on cluster level, like the way it's recommended > > to do so for KSM with high performance VMs. > > Yes, that can be used as a workaround when ballooning/ksm can be disabled > for all VMs in the cluster. > > Would you agree that it becomes more of an RFE to change what happens when > disabling (or not-enabling) ballooning on a VM so it would define the > balloon device but won't trigger balloon inflation/deflation? I will need to look into it further. But we should check it and for high performance VMs (or even have another checkbox on the VM for it). This direction in general is an RFE from my point of view. I think it would be fine to always include ballooning device and use different means to communicate to mom that ballooning should be skipped for this VM. Any extra property would work I guess, probably even just setting guaranteed mem to current. In that case it really just means to enable balloon unconditionally... *** This bug has been marked as a duplicate of bug 1917718 *** |