]> git.proxmox.com Git - ceph.git/blame - ceph/src/jobs/osd/ebofs
buildsys: fix parallel builds
[ceph.git] / ceph / src / jobs / osd / ebofs
CommitLineData
7c673cae
FG
1# hi there
2{
3 # startup
4 'n' => 30, # mpi nodes
5 'sleep' => 3, # seconds between runs
6 'nummds' => 1,
7 'numosd' => 8,
8 'numclient' => 100,#[10, 50, 100, 200, 400],
9
10'kill_after' => 200,
11
12 # parameters
13 'fs' => 'ebofs',#[
14# 'obfs',
15# 'fakestore',
16# 'ebofs'
17# ],
18 'until' => 100, # --syn until $n ... when to stop clients
19 'writefile' => 1,
20 'writefile_size' => [
21# 2560000,
22 1024000,
23 262144,
24# 131072,
25# 98304,
26 65536,
27# 16384,
28# 4096,
29 256,
30# 16,
31# 1
32 ],
33 'writefile_mb' => 1000,
34
35# 'custom' => '--tcp_skip_rank0',# --osd_maxthreads 0',
36 'custom' => '--debug_after 110 --debug_osd 15 --debug_filer 15 --debug 5',
37
38 # for final summation (script/sum.pl)
39 'start' => 30,
40 'end' => 90,
41
42'comb' => {
43 'x' => 'writefile_size',
44 'vars' => [ 'osd.c_wrb' ],
45# 'maptitle' => { 'osd_object_layout=' => '',
46# ',osd_pg_layout=' => ' + '}
47 }
48};