mirror of
https://github.com/ceph/ceph
synced 2025-03-25 11:48:05 +00:00
ceph: fix up log rotation stopper
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
This commit is contained in:
parent
a1a8303793
commit
451c5ca79d
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user