]> git.proxmox.com Git - ceph.git/blob - ceph/src/jobs/alcdat/ossh.lib.big
buildsys: fix parallel builds
[ceph.git] / ceph / src / jobs / alcdat / ossh.lib.big
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 'nummds' => [160,200],
10
11 #'nummds' => [1, 2, 4, 6, 7], # googoo
12 #'trace' => ['make.lib', 'make.include'],
13
14 'mds_bal_interval' => 90, #[30, 60, 90], #$[60,90], #[60,90],#[30, 60, 90],
15 #'mds_bal_max' => [4, 10],#6,#[2,4,6,8],
16
17 'mds_decay_halflife' => 30,
18 'mds_bal_rep' => 1500,
19 'cper' => [25, 50, 100], #50,#[25, 50, 75, 100],#50,# [ 50, 100 ],
20
21 '_dep' => [ 'cnode' => 0,#'30',
22 'numclient' => '$nummds * $cper',
23 'numosd' => '$nummds * .6',
24 'n' => '415'],#'1 + $cnode + $nummds + $numosd' ],
25
26
27 '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',
28
29 # parameters
30 #'fs' => ['fakestore'],
31 'fs' => 'ebofs',
32
33 #'until' => 500,
34 #'kill_after' => 600,
35 #'start' => 200,
36 #'end' => 500,
37 'until' => 300, # --syn until $n ... when to stop clients
38 'kill_after' => 400,
39 'start' => 150,
40 'end' => 300,
41
42 'comb' => {
43 'x' => 'nummds',
44 'vars' => [ 'mds.req' ]
45 }
46 };