ceph / teuthology-api

A REST API to execute teuthology commands.
MIT License
2 stars 10 forks source link

use ARCHIVE_DIR env variable instead of hardcoding /archive_dir/ #40

Closed VallariAg closed 9 months ago

VallariAg commented 10 months ago

In services/helpers.py, logs_run writes in hardcoded "/archive_dir/" path. Instead, use archive path from an environment variable ARCHIVE_DIR. This fixes the problem when "/archive_dir" dir does not exist.