Bug 1619104 - [OSP13] RX/TX Queue Size is missing THT parameter
Summary: [OSP13] RX/TX Queue Size is missing THT parameter
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-heat-templates
Version: 13.0 (Queens)
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: z3
: 13.0 (Queens)
Assignee: Martin Schuppert
QA Contact: Archit Modi
URL:
Whiteboard:
Depends On: 1617927
Blocks: 1623553 1623554
TreeView+ depends on / blocked
 
Reported: 2018-08-20 06:00 UTC by Martin Schuppert
Modified: 2018-11-13 22:29 UTC (History)
17 users (show)

Fixed In Version: openstack-tripleo-heat-templates-8.0.4-23.el7ost
Doc Type: Bug Fix
Doc Text:
In prior releases, you could set RX/TX queue size via nova::compute::libvirt::rx_queue_size/nova::compute::libvirt::tx_queue_size. However, there was no dedicated TripleO heat template parameter. With this release, the RX/TX queue size can be set on a role base like this: parameter_defaults: ComputeParameters: NovaLibvirtRxQueueSize: 1024 NovaLibvirtTxQueueSize: 1024 The result is rx_queue_size/tx_queue_size is set using new parameters.
Clone Of: 1617927
: 1623553 (view as bug list)
Environment:
Last Closed: 2018-11-13 22:28:18 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 593494 0 'None' MERGED Add role parameter for rx/tx virtio-net queue size 2020-12-10 16:06:44 UTC
Red Hat Product Errata RHBA-2018:3587 0 None None None 2018-11-13 22:29:36 UTC

Description Martin Schuppert 2018-08-20 06:00:05 UTC
+++ This bug was initially created as a clone of Bug #1617927 +++

Description of problem:
RX/TX Queue size implemented in RHOSP 14 according to the following BZ [1] [2], missing THT parameters.

[1] - https://bugzilla.redhat.com/show_bug.cgi?id=1553088
[2] - https://bugzilla.redhat.com/show_bug.cgi?id=1512941

THT parameters should configure rx_queue_size and tx_queue_size in nova.conf
[libvirt]
rx_queue_size=1024
tx_queue_size=1024

--- Additional comment from Eric Elena on 2018-08-16 04:18:31 EDT ---

Please note that as per [0] you can use the following snippet:

parameter_defaults:
  ComputeExtraConfig:
    nova::compute::libvirt::rx_queue_size: 1024
    nova::compute::libvirt::tx_queue_size: 1024

[0] https://bugzilla.redhat.com/show_bug.cgi?id=1571745

Comment 1 Martin Schuppert 2018-08-22 09:58:49 UTC
RX/TX queue size can be set on a role base like:

parameter_defaults:
  ComputeParameters:
    NovaLibvirtRxQueueSize: 1024
    NovaLibvirtTxQueueSize: 1024

[root@compute-0 ~]# egrep "^rx|^tx" /var/lib/config-data/puppet-generated/nova_libvirt/etc/nova/nova.conf 
rx_queue_size=1024
tx_queue_size=1024

Comment 5 Joe H. Rahme 2018-10-30 15:52:12 UTC
(undercloud) [stack@undercloud-0 ~]$ cat virt/extra_templates.yaml 
parameter_defaults:
  ComputeExtraConfig:
    nova::compute::libvirt::rx_queue_size: 1024
    nova::compute::libvirt::tx_queue_size: 1024



[heat-admin@compute-0 ~]$ sudo docker exec nova_libvirt egrep "^rx|^tx" /etc/nova/nova.conf                                                                                  
rx_queue_size=1024
tx_queue_size=1024

Comment 9 errata-xmlrpc 2018-11-13 22:28:18 UTC
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:3587


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