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