mirror of
https://github.com/ceph/ceph
synced 2025-02-07 19:03:18 +00:00
Merge pull request #33775 from tchaikov/wip-44454
qa/tasks/ceph.py: quote "<kind>" in command line Reviewed-by: Ramana Raja <rraja@redhat.com>
This commit is contained in:
commit
6b45b3b6c9
@ -314,10 +314,10 @@ def valgrind_post(ctx, config):
|
||||
for remote in ctx.cluster.remotes.keys():
|
||||
# look at valgrind logs for each node
|
||||
proc = remote.run(
|
||||
args='sudo zgrep <kind> /var/log/ceph/valgrind/* '
|
||||
args="sudo zgrep '<kind>' /var/log/ceph/valgrind/* "
|
||||
# include a second file so that we always get
|
||||
# a filename prefix on the output
|
||||
'/dev/null | sort | uniq',
|
||||
"/dev/null | sort | uniq",
|
||||
wait=False,
|
||||
check_status=False,
|
||||
stdout=BytesIO(),
|
||||
|
Loading…
Reference in New Issue
Block a user