Bug 1228803
Summary: | Create tuned profile for NFV | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Jeremy Eder <jeder> |
Component: | tuned | Assignee: | Jaroslav Škarvada <jskarvad> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | qe-baseos-daemons |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 7.2 | CC: | bhu, jeder, jkastner, jskarvad, mtosatti, pjones, psklenar, snagar, tcerna, williams |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | tuned-2.5.0-1.el7 | Doc Type: | Enhancement |
Doc Text: |
Feature:
Create tuned profiles for RHEL-NFV.
Reason:
There was no profile optimized for NFV.
Result:
The tuned-profiles-nfv Tuned sub-package was added. It provides "realtime-virtual-host" and "realtime-virtual-guest" profiles for bare metal and virtual machines.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2016-12-01 10:22:09 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: | 1249028 |
Comment 1
Jaroslav Škarvada
2015-07-01 15:05:41 UTC
NFV profiles were deployed through the NFV channel in: - RHEL-7.2.z - ER#22637 - RHEL-7.3 - ER#23985 Automatic test case were written for this bug: /CoreOS/tuned/Regression/create-new-nfv-profiles Small example of working: # tuned-adm list | grep realtime-virtual - realtime-virtual-guest - Optimize for realtime workloads running within a KVM guest - realtime-virtual-host - Optimize for KVM guests running realtime workloads # tuned-adm profile realtime-virtual-guest # tuned-adm active Current active profile: realtime-virtual-guest # tuned-adm profile realtime-virtual-host # tuned-adm active Current active profile: realtime-virtual-host |