]> git.proxmox.com Git - ceph.git/blob - ceph/src/jobs/alcdat/makefiles.shared
ab96702c732898e1aa508c4c281408916215f70a
[ceph.git] / ceph / src / jobs / alcdat / makefiles.shared
1 #!/usr/bin/perl
2
3 # hi there
4 {
5 'sleep' => 3,
6
7 'nummds' => [1, 2, 4, 8, 16, 32, 64, 96, 128], #2, 4, 8, 16, 32, 48, 64, 80, 96],
8
9 'cper' => [25, 50, 100, 150],# 100, 150, 200],
10
11 '_dep' => [ 'cnode' => '$nummds',
12 'numclient' => '$nummds * $cper',
13 'numosd' => '$nummds',
14 'n' => '1 + $cnode + $nummds + $numosd' ],
15
16 # parameters
17 'fs' => 'ebofs',
18
19 'mds_bal_hash_wr' => 1000,
20
21 'until' => 180, # --syn until $n ... when to stop clients
22 'kill_after' => 250,
23 'start' => 30,
24 'end' => 180,
25
26 'custom' => '--tcp_skip_rank0 --meta_log_layout_num_rep 1 --meta_dir_layout_num_rep 1 --mds_shutdown_check 60 --syn makefiles 100000 1000 0',
27
28 'comb' => {
29 'x' => 'nummds',
30 'vars' => [ 'mds.req', 'cl.lat' ]
31 }
32 };