~ubuntu-branches/ubuntu/quantal/ceph/quantal

« back to all changes in this revision

Viewing changes to src/jobs/alcdat/striping

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-07-16 09:56:24 UTC
  • mfrom: (0.3.11)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: package-import@ubuntu.com-20120716095624-azr2w4hbhei1rxmx
Tags: upstream-0.48
ImportĀ upstreamĀ versionĀ 0.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/perl
 
2
 
 
3
# hi there
 
4
{
 
5
        'sleep' => 3,
 
6
 
 
7
        'nummds' => 1,
 
8
        'numosd' => 10,
 
9
 
 
10
        'cnode' => 10, 
 
11
        'cper' => [ 10, 25, 50, 100 ],
 
12
 
 
13
        '_dep' => [ 'numclient' => '$cper * $cnode',
 
14
                                'n' => '1 + $cnode + $nummds + $numosd',
 
15
                                'file_layout_osize' => '$writefile_size' ],
 
16
        
 
17
        # parameters
 
18
        'fs' => 'ebofs',
 
19
        #'fs' => 'fakestore',
 
20
        
 
21
        'until' => 160,     # --syn until $n    ... when to stop clients
 
22
        'kill_after' => 200,
 
23
        'start' => 100,
 
24
        'end' => 160,
 
25
        
 
26
        'writefile' => 1,
 
27
        'writefile_size' => [ 
 
28
#                                                 4*1024*1024,
 
29
                                                  1024*1024 ],
 
30
#                                                 256*1024,
 
31
#                                                 64*1024 
 
32
        'writefile_mb' => 100000,
 
33
 
 
34
                'osd_pg_bits' => 10,#16,
 
35
                #'osd_pg_bits' => [ 16, 20 ],
 
36
        
 
37
                #'osd_object_layout' => [ 'hash', 'hashino', 'linear' ],
 
38
        'osd_pg_layout' => [ 'crush', 
 
39
#                                                'hash', 
 
40
                                                 'linear' ],
 
41
 
 
42
        'custom' => '--tcp_skip_rank0 --file_layout_num_rep 1 --mds_shutdown_check 60',
 
43
        
 
44
        'comb' => {
 
45
                'x' => 'cper',#writefile_size',
 
46
                'vars' => [ 'osd.c_wrb', 'osd.c_wr' ],
 
47
        }
 
48
};