ceph: fix up log rotation stopper

Signed-off-by: Greg Farnum <gfarnum@redhat.com>
This commit is contained in:
Greg Farnum 2015-06-12 11:05:42 -07:00
parent a1a8303793
commit 451c5ca79d

View File

@ -91,7 +91,7 @@ def ceph_log(ctx, config):
self.thread = gevent.spawn(self.invoke_logrotate)
def end(self):
self.stopping = True
self.stop_event.set()
self.thread.get()
def write_rotate_conf(ctx, daemons):