]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph_manager: adds a do_sighup method
authorAndrew Schoen <aschoen@redhat.com>
Tue, 28 Jul 2015 19:00:54 +0000 (14:00 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 28 Jul 2015 19:46:12 +0000 (14:46 -0500)
commit84d24038aafdd2f3f165e7ee28a139a19b737da3
treeed6ce4f91ac3466a4d48ce439159a83d58925066
parented73f67991b9a203dd2d4ccdf6cd5c1c01cf7289
ceph_manager: adds a do_sighup method

This method runs in a separate greenlet than do_thrash and will pick a
random live osd to send a signal.SIGHUP to. There is a config option,
sighup_delay, which controls how long to delay between sending the
signals.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
tasks/ceph_manager.py