Project

General

Profile

Bug #48952 ยป vstart_runner.patch

Tuan Hoang, 01/21/2021 01:37 PM

View differences:

qa/tasks/vstart_runner.py
log.warning("Killing stray process {0}".format(line))
os.kill(pid, signal.SIGKILL)
test_dir = tempfile.mkdtemp()
teuth_config['test_path'] = test_dir
# Fire up the Ceph cluster if the user requested it
if opt_create_cluster or opt_create_cluster_only:
log.info("Creating cluster with {0} MDS daemons".format(
......
# List of client mounts, sufficient to run the selected tests
clients = [i.__str__() for i in range(0, max_required_clients)]
test_dir = tempfile.mkdtemp()
teuth_config['test_path'] = test_dir
ctx = LocalContext()
ceph_cluster = LocalCephCluster(ctx)
mds_cluster = LocalMDSCluster(ctx)
    (1-1/1)