redis init script don't have a restart

Bug #1309018 reported by Márton Kiss
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Core Infrastructure
Incomplete
Undecided
Márton Kiss

Bug Description

The redis init script has no restart method, so the puppet subscription doesn't work; it either needs a restart method defined or puppet needs to be told to stop/start it (with has_restart=>false). Affect openstackid instances.

Tags: openstackid
Changed in openstack-ci:
assignee: nobody → Márton Kiss (marton-kiss)
Revision history for this message
Márton Kiss (marton-kiss) wrote :

I'm not sure that the above statement is valid, because I see a restart part in redis init script:

case "$1" in
  start)
..
  restart|force-reload)
        ${0} stop
        ${0} start
        ;;

This error could be related to #1309019 and redis simply failed to restart due wrong pid file configuration.

Revision history for this message
Jeremy Stanley (fungi) wrote :

Marked incomplete since it sounds like more research is still needed.

Changed in openstack-ci:
status: New → Incomplete
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.