Skip to content

Commit

Permalink
Bug fix for mount
Browse files Browse the repository at this point in the history
  • Loading branch information
gpunathilell committed Feb 12, 2025
1 parent 6e37b4b commit f067078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/build_templates/docker_image_ctl.j2
Original file line number Diff line number Diff line change
Expand Up @@ -618,9 +618,9 @@ start() {
# TODO: Mellanox will remove the --tmpfs exception after SDK socket path changed in new SDK version
{%- if docker_container_name == "pmon" %}
if [[ $NUM_DPU -gt 0 ]]; then
SMARTSWITCH_MNT= " -v /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket"
SMARTSWITCH_MNT=" -v /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket"
else
SMARTSWITCH_MNT= ""
SMARTSWITCH_MNT=""
fi
{%- endif %}
{%- endif %}
Expand Down

0 comments on commit f067078

Please sign in to comment.