]> git.proxmox.com Git - ceph.git/blame - ceph/src/jobs/mds/log_striping
buildsys: fix parallel builds
[ceph.git] / ceph / src / jobs / mds / log_striping
CommitLineData
7c673cae
FG
1#!/usr/bin/perl
2
3# hi there
4{
5 'sleep' => 3,
6 'kill_after' => 300,
7
8 'nummds' => 1,
9 'numosd' => 8,
10 'numclient' => 100,
11 'n' => 16,
12
13 # parameters
14 'fs' => ['fakestore'],
15 'meta_log_ssize' => [ 128, 256, 1024, 1 << 15, 1 << 20 ],
16 'meta_log_scount' => 4,#[ 1, 2, 4, 8 ],
17
18 'until' => 200, # --syn until $n ... when to stop clients
19
20 'makedirs' => 1,
21 'makedirs_dirs' => 10,
22 'makedirs_files' => 10,
23 'makedirs_depth' => 4,
24
25 'custom' => '--tcp_skip_rank0',
26 #'custom' => '--debug_after 110 --debug_osd 15 --debug_filer 15 --debug 5',
27
28 # for final summation (script/sum.pl)
29 'start' => 100,
30 'end' => 550,
31
32 'comb' => {
33 'x' => 'nummds',
34 'vars' => [ 'mds.req' ]
35 }
36};