mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
Merge pull request #887 from dmick/master
tasks/ceph.py: Remove *.pid at end of run
This commit is contained in:
commit
6c5fb8fd3d
@ -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,
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user