Skip to content

Commit bff6217

Browse files
authored
Fix for GNMI errors in DPU reboot recommended by MSFT (#20706)
What is the motivation for this PR? Open GNMI ports at DPU were needed for standalone DPU appliances. When the DPU is integrated into the switch, with this config option, switch reboot shows errors: 2025-06-12 20:10:44 - ERROR: Failed to send gnoi command to halt services on dpu1 2025-06-12 20:10:44 - ERROR: proceeding without halting the services Cleanup of the config and switch reboot ERRORs. How did you do it? Provided the correct gnmi port in the switch config How did you verify/test it? Deploy and manual reboot. Regression run
1 parent 08e5a32 commit bff6217

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

ansible/golden_config_db/smartswitch_t1.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@
1111
"port": "50052"
1212
}
1313
},
14+
"DPU": {
15+
"dpu0": {
16+
"gnmi_port": "50052"
17+
},
18+
"dpu1": {
19+
"gnmi_port": "50052"
20+
},
21+
"dpu2": {
22+
"gnmi_port": "50052"
23+
},
24+
"dpu3": {
25+
"gnmi_port": "50052"
26+
}
27+
},
1428
"STATIC_ROUTE": {
1529
"default|10.2.0.1/32": {
1630
"blackhole": "false",

0 commit comments

Comments
 (0)