Skip to content

Commit

Permalink
ceph: fix up log rotation stopper
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 451c5ca)
  • Loading branch information
gregsfortytwo committed Jun 15, 2015
1 parent dab2ae2 commit 154f055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/ceph.py
Expand Up @@ -91,7 +91,7 @@ def begin(self):
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):
Expand Down

0 comments on commit 154f055

Please sign in to comment.