From: Zack Cerza Date: Wed, 5 Mar 2014 20:13:04 +0000 (-0600) Subject: Log job PID X-Git-Tag: v0.94.10~27^2^2~364^2~338 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e69da0a5ea7b8563a15025d6c464caa244606950;p=ceph.git Log job PID Signed-off-by: Zack Cerza --- diff --git a/teuthology/queue.py b/teuthology/queue.py index 27c475367962..aad21e6c7aed 100644 --- a/teuthology/queue.py +++ b/teuthology/queue.py @@ -303,6 +303,7 @@ def run_job(job_config, teuth_bin_path): arg.append(tmp.name) p = subprocess.Popen(args=arg) log.info("Job archive: %s", job_config['archive_path']) + log.info("Job PID: %s", str(p.pid)) if teuth_config.results_server: log.info("Running with watchdog")