You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The addition of the BMP_STATE_DB database in PR #19016 breaks the Smart Switch database service and fully blocks SONiC startup on the Smart Switch NPU. In the Smart Switch, we have a DPU DB instance running on the NPU in a separate container for each DPU available in the system. With the implementation in PR #19016, each container tries to run the redis_bmp process, which listens on the same port 6400. Since multiple applications cannot listen on the same port, the start of the DPU containers fails, blocking the SONiC startup.
Description
The addition of the BMP_STATE_DB database in PR #19016 breaks the Smart Switch database service and fully blocks SONiC startup on the Smart Switch NPU. In the Smart Switch, we have a DPU DB instance running on the NPU in a separate container for each DPU available in the system. With the implementation in PR #19016, each container tries to run the redis_bmp process, which listens on the same port 6400. Since multiple applications cannot listen on the same port, the start of the DPU containers fails, blocking the SONiC startup.
Steps to reproduce the issue:
Describe the results you received:
DPU DB fails to start
Describe the results you expected:
DPU DB starts with no issue
Output of
show version
:The image is based on
47a4e04307052d0fb850df98922e54be967f6414
hashOutput of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: