-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: VOLTHA v2.0
-
Component/s: Deprecated - vOLTHA Core
-
Labels:None
-
Story Points:3
-
Sprint:VOLTHA 2.0 Sprint 17
In a multi-core environment, devices are assigned and owned by a single core. There is currently an issue when pre-provisioning an OLT on a core and trying to enable it on a second core. The cli will essentially remain in a "waiting for device to be enabled..." loop. It seems to never complete the configuration of that OLT. But the ONUs are configured and set to an enabled/active state.
To reproduce the issue:
- Start 2 VOLTHA cores (core1 & core2)
- Start a CLI (cli1) pointing to core1
- Start a CLI (cli2) pointing to core2
- Issue a pre-provision on cli1
- Issue a enable <with pre-provisioned id> on cli2