Bug 1570913 - When running the scaleup playbook, receive the error message 'subnets.go:112] Could not find an allocated subnet for node: host.example.com, Waiting...'
Summary: When running the scaleup playbook, receive the error message 'subnets.go:112]...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: openshift-controller-manager
Version: 3.2.1
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ---
: ---
Assignee: Michal Fojtik
QA Contact: Wang Haoran
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-04-23 17:14 UTC by emahoney
Modified: 2023-09-14 04:27 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-04-30 09:48:14 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description emahoney 2018-04-23 17:14:16 UTC
Description of problem: When running the scaleup playbook, we are receiving the error message below in the node logs:

~~~
Apr 21 22:42:30 host.example.com atomic-openshift-node[26981]: W0421 22:42:30.733206   26981 subnets.go:112] Could not find an allocated subnet for node: host.example.com, Waiting...
~~~

It would appear we are hitting something similar to the KCS's linked below:

https://access.redhat.com/solutions/2092731
https://access.redhat.com/solutions/3392491

However, we are not setting the values for osm_cluster_network_cidr or osm_host_subnet_length to the default values should be used:

~~~
osm_cluster_network_cidr="10.128.0.0/14"
osm_host_subnet_length=9

Per: https://access.redhat.com/solutions/3392491 the max should be ~512 nodes
~~~

We know that there is a supported limit of 300 nodes per cluster in 3.2.

        3.2: https://docs.openshift.com/enterprise/3.2/install_config/install/prerequisites.html#host-recommendations

And it appears we are below that limit:

# oc get nodes | wc -l
266


Version-Release number of selected component (if applicable):
3.2.1.31-1

How reproducible:
Able to reproduce this on the environment using the scaleup playbook. 


Steps to Reproduce:
1.Run the scaleup playbook to add an additional host. 
2.
3.

Actual results:
Scaleup fails

Expected results:
Add additional node to the cluster. 

Additional info:

Comment 2 Red Hat Bugzilla 2023-09-14 04:27:09 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days


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