RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1228803 - Create tuned profile for NFV
Summary: Create tuned profile for NFV
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: tuned
Version: 7.2
Hardware: All
OS: Linux
high
high
Target Milestone: rc
: ---
Assignee: Jaroslav Škarvada
QA Contact: qe-baseos-daemons
URL:
Whiteboard:
Depends On:
Blocks: 1249028
TreeView+ depends on / blocked
 
Reported: 2015-06-05 19:44 UTC by Jeremy Eder
Modified: 2017-04-13 09:05 UTC (History)
10 users (show)

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.
Clone Of:
Environment:
Last Closed: 2016-12-01 10:22:09 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Comment 1 Jaroslav Škarvada 2015-07-01 15:05:41 UTC
Tuned upstream commit:
https://git.fedorahosted.org/cgit/tuned.git/commit/?id=b01eaf27d1ed328384ac5bd3ae74c715b41cff34

Will be included in 20150701 tuned nightly test build.

Comment 11 Tereza Cerna 2016-12-01 10:22:09 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


Note You need to log in before you can comment on or make changes to this bug.