Bug 1308924 - Director doesn't set readahead and mongo is not launched using numactl
Summary: Director doesn't set readahead and mongo is not launched using numactl
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: mongodb
Version: 7.0 (Kilo)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 11.0 (Ocata)
Assignee: Flavio Percoco
QA Contact: Shai Revivo
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-16 13:24 UTC by Eduard Barrera
Modified: 2019-10-10 11:13 UTC (History)
10 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-02-14 15:12:41 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Eduard Barrera 2016-02-16 13:24:27 UTC
Description of problem:

During the installation process Director doesn't set readahead and numa properly for mongodb

# mongo 192.x.x.x

Server has startup warnings:
2015-12-16T10:38:38.020-0500 [initandlisten]
2015-12-16T10:38:38.020-0500 [initandlisten] ** WARNING: You are running on a NUMA machine.
2015-12-16T10:38:38.020-0500 [initandlisten] **          We suggest launching mongod like this to avoid performance problems:
2015-12-16T10:38:38.020-0500 [initandlisten] **              numactl --interleave=all mongod [other options]
2015-12-16T10:38:38.020-0500 [initandlisten]

2015-12-16T10:38:38.026-0500 [initandlisten]
2015-12-16T10:38:38.026-0500 [initandlisten] ** WARNING: Readahead for /var/lib/mongodb is set to 4096KB
2015-12-16T10:38:38.026-0500 [initandlisten] **          We suggest setting it to 256KB (512 sectors) or less
2015-12-16T10:38:38.026-0500 [initandlisten] **          http://dochub.mongodb.org/core/readahead

How reproducible:
unsure


Steps to Reproduce:
1. Deploy an controller node with director
2. use mongo client to connect to the database #mongo 192.x.x.x
3.

Actual results:
Warnings, readahead not configured


Expected results:

no warning and read ahead configured properly 


Additional info:
I will add the versions of the director as soon I have it

How to adjust read ahead
https://access.redhat.com/solutions/1212773

Comment 2 Mike Burns 2016-04-07 21:11:06 UTC
This bug did not make the OSP 8.0 release.  It is being deferred to OSP 10.


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