Accepting request 874834 from home:jzerebecki:branches:server:database
- Switch systemd type of the sentinel service from notify to simple. This can be reverted when updating to 6.2 which fixes https://github.com/redis/redis/issues/7284 . OBS-URL: https://build.opensuse.org/request/show/874834 OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=165
This commit is contained in:
parent
68fba7c30d
commit
a18225ccff
@ -4,7 +4,7 @@ After=network.target
|
|||||||
PartOf=redis-sentinel.target
|
PartOf=redis-sentinel.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=notify
|
Type=simple
|
||||||
User=redis
|
User=redis
|
||||||
Group=redis
|
Group=redis
|
||||||
PrivateTmp=true
|
PrivateTmp=true
|
||||||
|
@ -17,6 +17,13 @@ Wed Feb 24 12:10:22 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
|||||||
* RM_ZsetRem: Delete key if empty, the bug could leave empty
|
* RM_ZsetRem: Delete key if empty, the bug could leave empty
|
||||||
zset keys
|
zset keys
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 24 11:42:17 UTC 2021 - Jan Zerebecki <jzerebecki@suse.com>
|
||||||
|
|
||||||
|
- Switch systemd type of the sentinel service from notify to simple. This can
|
||||||
|
be reverted when updating to 6.2 which fixes
|
||||||
|
https://github.com/redis/redis/issues/7284 .
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 12 23:30:08 UTC 2021 - Jan Zerebecki <jzerebecki@suse.com>
|
Fri Feb 12 23:30:08 UTC 2021 - Jan Zerebecki <jzerebecki@suse.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user