From 228f71e17645562740dcdb6cad05b76d7f80e7a9 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Wed, 16 Mar 2016 15:33:12 -0700 Subject: [PATCH] tasks/ceph.py: Remove *.pid at end of run http://tracker.ceph.com/issues/15162 Fixes: #15162 Signed-off-by: Dan Mick --- tasks/ceph.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/ceph.py b/tasks/ceph.py index aed33178cf824..81f769c1a71cf 100644 --- a/tasks/ceph.py +++ b/tasks/ceph.py @@ -877,6 +877,7 @@ def cluster(ctx, config): keyring_path, '{tdir}/data'.format(tdir=testdir), '{tdir}/monmap'.format(tdir=testdir), + run.Raw('{tdir}/../*.pid'.format(tdir=testdir)), ], wait=False, ), -- 2.39.5