HomeClusterLabs Projects

Fix: redis: reliable shutdown.

Description

Fix: redis: reliable shutdown.

Stop needs to work consistently. We don't need to be reading the
redis socket for status during the actual shutdown. That can cause
errors which will cause the node redis is stopping on to be fenced.
For the stop action, we don't gain anything by performing this kind
of status check. All we need to do is verify the pid has stopped.

Details

Provenance
David Vossel <dvossel@redhat.com>Authored on Feb 27 2015, 11:35 AM
Parents
rR9b2bc7f8635c: Low: redis: smarter config argument default
Branches
Unknown
Tags
Unknown

Event Timeline