Closed
Bug 739080
Opened 13 years ago
Closed 11 years ago
redis stopped using /etc/redis/default.conf
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: catlee, Unassigned)
Details
at some point recently (around midnight today) redis on redis01 stopped using the configuration file located at /etc/redis/default.conf which is managed by puppet, and started using /etc/redis.conf. The critical difference between these two is that /etc/redis.conf only listens to localhost for connections, whereas /etc/redis/default.conf listens to all interfaces.
I've modified /etc/redis.conf to comment out the 'bind 127.0.0.1' line for now.
Reporter | ||
Comment 1•13 years ago
|
||
from /var/log/messages.1:
Mar 25 00:41:17 redis01 yum: Updated: redis-2.4.8-2.el5.x86_64
this is why ensure=>latest is EVIL
http://hg.mozilla.org/build/puppet-manifests/file/4a9544063c2b/modules/redis/manifests/install.pp#l4
Comment 2•13 years ago
|
||
For bean-counting purposes, the combination of this and bug 739032 had the trees closed from 10:15 to 12:30 (though it should have been more like 00:01 to 12:30).
Assignee | ||
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Comment 3•11 years ago
|
||
I gather what we need to do is update puppet to use the new /etc/redis.conf location and stop using ensure=>latest on the redis package.
Comment 4•11 years ago
|
||
(In reply to John Hopkins (:jhopkins) from comment #3)
> I gather what we need to do is update puppet to use the new /etc/redis.conf
> location and stop using ensure=>latest on the redis package.
Currently the redis server is not managed by puppet, it was oldPuppet.
that said, :catlee, is there anything more todo here other than recreating a Cent6-based redis puppetized system. If not then this bug should be resolved somehow
Component: Buildduty → Platform Support
Flags: needinfo?(catlee)
QA Contact: armenzg → coop
Reporter | ||
Comment 5•11 years ago
|
||
nope, all we need is a new host and really simple puppet module for it.
Flags: needinfo?(catlee)
Comment 6•11 years ago
|
||
See also bug 863268.
Comment 7•11 years ago
|
||
I think this is WONTFIX if we're moving away from redis.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•6 years ago
|
Component: Platform Support → Buildduty
Product: Release Engineering → Infrastructure & Operations
Updated•5 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•