Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1538620

Summary: os-collect-config fails to connect as nova metadata server takes more than 20sec to respond
Product: Red Hat OpenStack Reporter: Rahul Chincholkar <rchincho>
Component: openstack-tripleo-heat-templatesAssignee: Harry Rybacki <hrybacki>
Status: CLOSED DUPLICATE QA Contact: Gurenko Alex <agurenko>
Severity: medium Docs Contact:
Priority: low    
Version: 10.0 (Newton)CC: apevec, aschultz, bdobreli, berrange, bnemec, dasmith, eglynn, emacchi, jraju, jslagle, kchamart, lhh, mburns, nkinder, owalsh, rhel-osp-director-maint, sbaker, sbauza, sferdjao, sgordon, srevivo, vromanso
Target Milestone: gaKeywords: Triaged, ZStream
Target Release: 10.0 (Newton)   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-11-01 21:05:50 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:

Comment 4 Jaison Raju 2018-01-25 14:49:21 UTC
It seems that the poll call waits only for 10000ms=10sec , but the call takes over 20-30sec to complete.

13:22:38.269029 poll([{fd=3, events=POLLIN}], 1, 10000) = 0 (Timeout) <10.010702>

Manual curl -v http://169.254.169.254/latest/meta-data takes over 20sec .

mysql> show processlist;
show around 2k connections
default max limit is 4096

We increased the api & conductor worker from 8 to 16, but still no change.

If we test the curl within 5sec of all service restart, the curl replies in 2sec.

This environment has around 75 overcloud nodes.

Comment 11 Steve Baker 2018-04-16 20:55:48 UTC
Assigning to DFG:Security to handle raising the default number of keystone workers to something more than 1 in OSP-10

Comment 12 Nathan Kinder 2018-11-01 21:05:50 UTC
We already have a bug for providing better WSGI process/thread tuning for keystone on the undercloud.  Marking this as a duplicate of our OSP 10.z clone for this issue.

*** This bug has been marked as a duplicate of bug 1523438 ***