Bug 1518126
Summary: | REDIS replication with TLS everywhere does not work | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Michele Baldessari <michele> |
Component: | openstack-tripleo-heat-templates | Assignee: | Chris Jones <chjones> |
Status: | CLOSED ERRATA | QA Contact: | Udi Shkalim <ushkalim> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 12.0 (Pike) | CC: | aherr, alee, atelang, dbecker, dciabrin, jschluet, kbasil, lbopf, mariel, mburns, mkrcmari, morazi, pkilambi, rhel-osp-director-maint, sclewis |
Target Milestone: | beta | Keywords: | Triaged |
Target Release: | 13.0 (Queens) | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | openstack-tripleo-heat-templates-8.0.2-0.20180327213843.f25e2d8.el7ost | Doc Type: | Known Issue |
Doc Text: |
Redis is unable to correctly replicate data across nodes in a HA deployment with TLS enabled. Redis follower nodes will not contain any data from the leader node. It is recommended to disable TLS for Redis deployments.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2018-06-27 13:39:31 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Michele Baldessari
2017-11-28 09:25:25 UTC
Added a suggested Known Issue for the OSP12 release *** Bug 1538301 has been marked as a duplicate of this bug. *** Verified $ sudo pcs status | grep redis GuestOnline: [ galera-bundle-0@controller-0 galera-bundle-1@controller-1 galera-bundle-2@controller-2 rabbitmq-bundle-0@controller-0 rabbitmq-bundle-1@controller-1 rabbitmq-bundle-2@controller-2 redis-bundle-0@controller-0 redis-bundle-1@controller-1 redis-bundle-2@controller-2 ] Docker container set: redis-bundle [192.168.24.1:8787/rhosp13/openstack-redis:pcmklatest] redis-bundle-0 (ocf::heartbeat:redis): Slave controller-0 redis-bundle-1 (ocf::heartbeat:redis): Master controller-1 redis-bundle-2 (ocf::heartbeat:redis): Slave controller-2 $ sudo pcs resource restart redis-bundle controller-0 redis-bundle successfully restarted $ sudo /usr/bin/redis-cli -a NFzhyzTZMUVvNv9BayXxMNKr6 -s '/var/run/redis/redis.sock' info ...skipped # Replication role:master connected_slaves:2 slave0:ip=127.0.0.1,port=6662,state=online,offset=13015861,lag=0 slave1:ip=127.0.0.1,port=6660,state=online,offset=12968353,lag=1 master_repl_offset:13024540 repl_backlog_active:1 repl_backlog_size:1048576 repl_backlog_first_byte_offset:11975965 repl_backlog_histlen:1048576 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2018:2086 The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |