]> git.proxmox.com Git - ceph.git/blame - ceph/src/jobs/rados/rep_lat
buildsys: fix parallel builds
[ceph.git] / ceph / src / jobs / rados / rep_lat
CommitLineData
7c673cae
FG
1#!/usr/bin/perl
2
3# hi there
4{
5 'sleep' => 3,
6
7 'nummds' => 1,
8 'numosd' => 8, #[6],
9 'numclient' => 1,#, 40, 80, 160 ],
10 'n' => 10,
11
12 'fs' => 'ebofs',
13
14 'start' => 10,
15 'end' => 40,
16 'until' => 40,
17 'kill_after' => 45,
18
19 'writefile' => 1,
20 'writefile_size' => [4096,
21# 8*1024,
22# 16*1024,
23# 32*1024,
24 64*1024,
25# 128*1024,
26# 256*1024,
27# 512*1024,
28# 1024*1024
29],
30 'writefile_mb' => 10000,
31
32 'osd_rep' => [0,1,2],
33
34 'file_layout_num_rep' => [1,2,3,4,5,6],#, 2, 3, 4],
35
36 'osd_pg_bits' => 4,
37 'custom' => '--osd_max_rep 8',
38
39 'comb' => {
40 'x' => 'file_layout_num_rep',
41 'vars' => [ 'cl.wrlat' ]
42 }
43};