Bug 1411902
| Summary: | [RFE] Provide flexibility to set CPUQuota for slice | |||
|---|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | SATHEESARAN <sasundar> | |
| Component: | gdeploy | Assignee: | Ramakrishna Reddy Yekulla <rreddy> | |
| Status: | CLOSED ERRATA | QA Contact: | SATHEESARAN <sasundar> | |
| Severity: | high | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | rhgs-3.2 | CC: | dkota, pmulay, rcyriac, rhs-bugs, rreddy, sankarshan, smohan, storage-qa-internal | |
| Target Milestone: | --- | Keywords: | FutureFeature, ZStream | |
| Target Release: | RHGS 3.3.1 Async | |||
| Hardware: | x86_64 | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | gdeploy-2.0.2-23 | Doc Type: | Enhancement | |
| Doc Text: |
The CPU Quota is now flexible for the scale functionality. As a result, in a shared workload scenarios the compute resource requirements are shared with the application along with GlusterFS CPU consumption.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1523617 (view as bug list) | Environment: | ||
| Last Closed: | 2018-06-21 03:33:14 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1523617, 1581561 | |||
|
Description
SATHEESARAN
2017-01-10 17:24:37 UTC
Devyani, I still don't see any option in 'service' section, that provides the flexibility to add CPUQuota. Could you please clarify ? Hi, Commit [1] fixes this issue. It automates the task, by calculating the number of CPU's and then provides the appropriate load. Ramky can explain more on this. [1]https://github.com/gluster/gdeploy/pull/493/commits/5d950e6fbc7fdd218284a0f26100c5e995e16eb1 The way it handles is that, in hyper converged cases where there are other consumers of the CPUload . Its going to allocate 1/3 capacity to the gluster slice. It automated the process for setting up CPUQuota. (In reply to Ramakrishna Reddy Yekulla from comment #7) > The way it handles is that, in hyper converged cases where there are other > consumers of the CPUload . Its going to allocate 1/3 capacity to the gluster > slice. It automated the process for setting up CPUQuota. Thanks Ramky and Devyani for this information. Tested with gdeploy-2.0.2-24. By default 1/3 of the CPU is allocated for gluster process. After running gdeploy with slice setup on the machine with 2 cores. # cat /etc/systemd/system/glusterfs.slice [Slice] CPUQuota=66 The doc text looks good. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2018:1958 |