Bug 1454700

Summary: /var/run/redis directory missing
Product: [Fedora] Fedora Reporter: Fred van Zwieten <fvzwieten>
Component: redisAssignee: Flavio Percoco <fpercoco>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 25CC: fabian.deutsch, fpercoco, i, jal233, nathans
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-07-21 05:28:06 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 Fred van Zwieten 2017-05-23 11:09:53 UTC
Description of problem:
When using sockets in redis instead of tcp, redis won't start because /var/run/redis directory is missing.

Version-Release number of selected component (if applicable):
redis-3.2.7-1.fc25.x86_64

How reproducible:
enable unixsocket /var/run/redis/redis.sock in /etc/redis.conf

Steps to Reproduce:
1.
2.
3.

Actual results:
redis refuses to start

Expected results:
redis starting and using socket

Additional info:
Fix in systemd service unit file by adding RuntimeDirectory=redis in [Service] section.

Comment 1 Nathan Scott 2017-07-21 05:28:06 UTC
This issue was resolved in the redis-3.2.9-2 builds; marking as done.