Bug 1374728
Summary: | /var/run/redis and /usr/lib/tmpfiles/redis.conf not used | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Remi Collet <rcollet> | ||||||||
Component: | redis | Assignee: | Alan Pevec <apevec> | ||||||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | unspecified | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | rawhide | CC: | apevec, aschultz, fabian.deutsch, fedora, fpercoco, hguemar, i, jal233, karlthered | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2017-02-20 12:54:43 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: | |||||||||||
Attachments: |
|
Description
Remi Collet
2016-09-09 13:26:32 UTC
Just to add a note on this, /var/run/redis is and could still be used for a local unix socket. I think this needs to get fixed via the systemd unit file though. https://bugs.launchpad.net/tripleo/+bug/1639356 For posterity, this change was bundled in this cleanup: http://pkgs.fedoraproject.org/cgit/rpms/redis.git/commit/?id=6844759f706ea883f7e9e6d265dc64a490c5bceb This broke puppet-redis which is configuring unixsocket by default, in a default location /var/run/redis/ covered by SELinux policy. I propose to revert part of it and restore tmpfiles back into RPM, to support legacy configurations because this can be seen as a regression for existing installations of redis. Created attachment 1217532 [details]
Proposed restore of tmpfiles
Followup patch with the proposed partial revert.
Created attachment 1217533 [details]
Proposed restore of tmpfiles
Now with proper changelog and Release bump
Still not working, after rpm installation /run/redis/ is not there, it needs reboot or systemd-tmpfiles --create in %post Created attachment 1217535 [details]
Install tmpfiles and /run/redis for legacy configurations
For RDO I've built it in CBS http://cbs.centos.org/koji/buildinfo?buildID=13831 Please review and push this to Fedora distgit! Patch backported in rawhide. |