teuthology-dispatcher¶
2025-11-20 08:49:52,059.059 WARNING:teuthology.config:no teuthology config found, looked for: ['/home/docs/.teuthology.yaml', '/etc/teuthology.yaml']
usage: teuthology-dispatcher [-h] [-v] [-a ARCHIVE_DIR] -t TUBE -l LOG_DIR
[--exit-on-empty-queue]
Start a dispatcher for the specified tube. Grab jobs from a beanstalk queue
and run the teuthology tests they describe as subprocesses. The subprocess
invoked is teuthology-supervisor.
options:
-h, --help show this help message and exit
-v, --verbose be more verbose
-a ARCHIVE_DIR, --archive-dir ARCHIVE_DIR
path to archive results in
-t TUBE, --tube TUBE which beanstalk tube to read jobs from
-l LOG_DIR, --log-dir LOG_DIR
path in which to store the dispatcher log
--exit-on-empty-queue
if the queue is empty, exit
故障排除说明:¶
Github 无法访问会导致调度程序停止运行 - 当 github 无法访问时,调度程序可能会被终止,例如 https://tracker.ceph.com/issues/54366