From c45488c24c996b5e4f0c66e8fbbc1adc10e94ed5 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Thu, 9 Jun 2011 16:05:49 -0700 Subject: [PATCH] Show status message before gcov-style shutdown of daemons. --- teuthology/task/ceph.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/task/ceph.py b/teuthology/task/ceph.py index 5f9d67aa06066..68c4ddbb9ecf1 100644 --- a/teuthology/task/ceph.py +++ b/teuthology/task/ceph.py @@ -474,6 +474,7 @@ def task(ctx, config): finally: if config.get('coverage'): # need to exit cleanly to trigger atexit coverage data writing + log.info('Shutting down everything, gcov style...') mon0_remote.run( args=[ '/tmp/cephtest/binary/usr/local/bin/ceph-coverage', -- 2.39.5