| Summary: | The cpu-pinning with numa documentation should be more comprehensive while specifying which cpus to use for pinning and which isolate | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Anand Nande <anande> |
| Component: | documentation | Assignee: | Radek Bíba <rbiba> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Deepti Navale <dnavale> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.0 (Kilo) | CC: | anande, dnavale, rbiba, srevivo |
| Target Milestone: | --- | Keywords: | Documentation |
| Target Release: | 8.0 (Liberty) | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-06-10 08:02: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: | |
|
Description
Anand Nande
2016-03-24 09:39:14 UTC
I'll modify the description of the grubby command and add a note about the restriction. I can't tell if the restriction can actually be removed because that's an engineering problem and that would require a separate engineering bug. How about this: 4. Ensure that host processes do not run on the CPU cores reserved for guest processes by adding the isolcpus argument to the system’s boot configuration. Use the list of CPU cores reserved for guest processes as a parameter of this argument. Using the topology from the example above, you would run the following command: grubby --update-kernel=ALL --args="isolcpus=2,3,6,7" https://access.redhat.com/documentation/en/red-hat-enterprise-linux-openstack-platform/version-7/instances-and-images-guide/#ch-cpu_pinning has been updated. The same changes have been made to the OSP 8 version of the doc. Also, the same warning now appears in the Migrating Instances guide. |