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