kolla/docker/redis
Michal Arbet 9040d4f527 Fix redis-sentinel containers always reporting changed
The CONFIG REWRITE command rewrites the redis.conf
file the server was started with, applying the minimal
changes needed to make it reflect the configuration
currently used by the server, which may be different
compared to the original one because of the use of
the CONFIG SET command.

https://redis.io/commands/config-rewrite/

Because of above behaviour it's needed to
hack kolla's CMD.

Without this hack container's
/usr/local/bin/kolla_set_configs --check
is always reporting changed state even if
config is not changed.

Therefore redis containers are always restarted
by kolla-ansible. This patch is fixing this.

Change-Id: I8245b9e753fa4175dacfa679a078f63876b0d327
Partial-Bug: #1967664
2022-05-18 09:35:50 +00:00
..
redis drop infra_image_prefix 2022-04-11 06:22:21 +00:00
redis-base Adjust permissions on _extend_start files. 2022-04-11 17:22:24 +02:00
redis-sentinel Fix redis-sentinel containers always reporting changed 2022-05-18 09:35:50 +00:00