]> git.proxmox.com Git - ceph.git/blob - ceph/src/jobs/alcdat/ossh.lib
buildsys: fix parallel builds
[ceph.git] / ceph / src / jobs / alcdat / ossh.lib
1 #!/usr/bin/perl
2
3 # hi there
4 {
5 'sleep' => 10,
6
7 #'nummds' => [1, 2, 4, 8, 16, 32, 48, 64, 80, 96, 128],
8 'nummds' => [2, 4, 8, 16, 32, 48, 64, 80, 96, 128],
9
10 #'nummds' => [1, 2, 4, 6, 7], # googoo
11 #'trace' => ['make.lib', 'make.include'],
12
13 'mds_bal_interval' => 90, #[30, 60, 90], #$[60,90], #[60,90],#[30, 60, 90],
14 #'mds_bal_max' => [4, 10],#6,#[2,4,6,8],
15
16 'mds_decay_halflife' => 30,
17 'mds_bal_rep' => 1500,
18 'cper' => [10, 16], #50,#[25, 50, 75, 100],#50,# [ 50, 100 ],
19
20 '_dep' => [ 'cnode' => '$nummds',
21 'numclient' => '$nummds * $cper',
22 'numosd' => '$nummds',
23 'n' => '1 + $cnode + $nummds + $numosd' ],
24
25
26 'custom' => '--tcp_skip_rank0 --debug_mds_balancer 1 --mds_shutdown_check 60 --syn only 0 --syn trace traces/openssh/untar.lib 1 --syn sleep 10 --syn trace traces/openssh/make.lib 1000',
27
28 # parameters
29 #'fs' => ['fakestore'],
30 'fs' => 'ebofs',
31
32 #'until' => 500,
33 #'kill_after' => 600,
34 #'start' => 200,
35 #'end' => 500,
36 'until' => 300, # --syn until $n ... when to stop clients
37 'kill_after' => 400,
38 'start' => 150,
39 'end' => 300,
40
41 'comb' => {
42 'x' => 'nummds',
43 'vars' => [ 'mds.req' ]
44 }
45 };