Bug 1623553
Summary: | [OSP12] RX/TX Queue Size is missing THT parameter | |||
---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Lee Yarwood <lyarwood> | |
Component: | openstack-tripleo-heat-templates | Assignee: | Ollie Walsh <owalsh> | |
Status: | CLOSED ERRATA | QA Contact: | Archit Modi <amodi> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 12.0 (Pike) | CC: | agurenko, amcleod, bfournie, cfontain, eelena, fbaudin, jhakimra, lyarwood, mbabushk, mburns, mschuppe, oblaut, owalsh, skramaja, supadhya, yrachman, zgreenbe | |
Target Milestone: | async | Keywords: | Triaged, ZStream | |
Target Release: | 12.0 (Pike) | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | openstack-tripleo-heat-templates-7.0.12-11.el7ost | Doc Type: | Bug Fix | |
Doc Text: |
Previously, users could set RX/TX queue size with `nova::compute::libvirt::rx_queue_size/nova::compute::libvirt::tx_queue_size`. However, there was no dedicated TripleO heat template parameter.
With this update, users can set the RX/TX queue size on a role base:
```
parameter_defaults:
ComputeParameters:
NovaLibvirtRxQueueSize: 1024
NovaLibvirtTxQueueSize: 1024
```
|
Story Points: | --- | |
Clone Of: | 1619104 | |||
: | 1623554 (view as bug list) | Environment: | ||
Last Closed: | 2018-12-05 18:52:48 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: | 1617927, 1619104 | |||
Bug Blocks: | 1623554 |
Description
Lee Yarwood
2018-08-29 15:22:51 UTC
Verified by running the following paramters: parameter_defaults: ComputeExtraConfig: nova::compute::libvirt::rx_queue_size: 1024 nova::compute::libvirt::tx_queue_size: 1024 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/RHBA-2018:3789 |