Skip to content

Commit ac6e7ad

Browse files
oleksandrivantsivpull[bot]
authored andcommitted
[database] Fix database config template for remote Redis instance (sonic-net#19239)
The local Redis daemon should not run for a remote database. How I did it Do not generate a supervisord configuration entry for the remote database instances. How to verify it Compile and run the DPU image. The database container on the DPU should run Redis daemons only for local DB instances.
1 parent e1d4819 commit ac6e7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockers/docker-database/database_config.json.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
,"remote_redis":{
2121
"hostname" : "{{REMOTE_DB_IP}}",
2222
"port" : {{REMOTE_DB_PORT}},
23-
"unix_socket_path": ""
23+
"unix_socket_path": "",
2424
"persistence_for_warm_boot" : "yes"
2525
}
2626
{% endif %}

0 commit comments

Comments
 (0)