]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/standalone/ceph-helpers.sh: log meaningful PIDs for run_in_background()
authorRonen Friedman <rfriedma@redhat.com>
Mon, 28 Dec 2020 08:47:02 +0000 (10:47 +0200)
committerRonen Friedman <rfriedma@redhat.com>
Mon, 28 Dec 2020 08:47:02 +0000 (10:47 +0200)
commitbb848cfd90d0e047b31b11d15674a6591255ccf6
tree7587dfe66a2dae773d7b6f17cf66f0ac328c20da
parent445db7f1715663340442314910075af5a6efdee9
qa/standalone/ceph-helpers.sh: log meaningful PIDs for run_in_background()

While the relevant comment says:
'# Execute the command and prepend the output with its pid'
the actual PID logged is the same for all background processes,
which isn't very helpful.

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
qa/standalone/ceph-helpers.sh