From d516307d88a9dd7818b7d413e10d6799abd81bdf Mon Sep 17 00:00:00 2001 From: Sam Lang Date: Fri, 16 Nov 2012 09:58:01 -0600 Subject: [PATCH] task/ceph-fuse: Add log messages for abort Signed-off-by: Sam Lang --- teuthology/task/ceph-fuse.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/task/ceph-fuse.py b/teuthology/task/ceph-fuse.py index 555ccaa5e5d47..0d5df5d9d3cb6 100644 --- a/teuthology/task/ceph-fuse.py +++ b/teuthology/task/ceph-fuse.py @@ -135,6 +135,7 @@ def task(ctx, config): ], ) except CommandFailedError as e: + log.info('Failed to unmount ceph-fuse on {name}, aborting...'.format(name=remote.name)) # abort the fuse mount, killing all hung processes remote.run( args=[ -- 2.39.5