[R 2.20] SNAT: Instance VN not created sometimes leading to SNAT failures
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R2.20 |
Fix Committed
|
Critical
|
Rudra Rugge | |||
Trunk |
Fix Committed
|
Critical
|
Rudra Rugge |
Bug Description
32 private VNs are connected to a public GW via a LR. Setting up/tearing down will sometimes cause the instance VN to not be created. Details below:
----
I see that the instance_vn is not created for some reason. The LR has been created and a private VN and GW have been attached to it. The service instance has been created with right interface in the GW VN, but because the instance VN isn't there, SNAT doesn't work.
Also seems like the message queue has pending messages on it that haven't been dequeued by svc-mon.
svc_mon.csol2-node5 2185
svc_mon.csol2-node8 4410
root@csol2-
+------
| id | name | subnets |
+------
| 4c4dace9-
| 1ca51aae-
| d8d62093-
| c58c620a-
| 867f4a38-
| 2c3a5e5f-
+------
root@csol2-
+------
| id | name | external_
+------
| d98369dd-
+------
Can you please take a look at the system and help debug this? The controller node is at 10.87.26.145 (.147 and .148 are the other 2 nodes of the cluster).
The service-monitor log shows this error:
127.0.0.1 - - [02/Jun/2015 07:16:12] "GET /Snh_SandeshUVE
Traceback (most recent call last):
File "/usr/lib/
result = self._run(
File "/usr/lib/
self.
File "/usr/lib/
return self.transport.
File "/usr/lib/
return connection.
File "/usr/lib/
return amqp_method(
File "/usr/lib/
fun(msg)
File "/usr/lib/
return on_m(message) if on_m else self.receive(
File "/usr/lib/
[callback(body, message) for callback in callbacks]
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
content = self._request_
File "/usr/lib/
retry_
File "/usr/lib/
raise HttpError(status, content)
HttpError: HTTP Status: 500 Content: Internal Server Error
<Greenlet at 0x7fab683914b0: <bound method VncKombuClientV
Changed in juniperopenstack: | |
milestone: | none → r2.20-fcs |
no longer affects: | juniperopenstack |
information type: | Proprietary → Public |
tags: | added: snat |
tags: | added: quench |
Review in progress for https:/ /review. opencontrail. org/11424
Submitter: Rudra Rugge (<email address hidden>)