-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdefconfig.sh
62 lines (51 loc) · 1.25 KB
/
defconfig.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Configuration file for git test
################################################################################
# General Test Configuration Parameters
test_name=testy_test
total_pulls=10000
pulls_per_grep=100
gc_on=False
keep_traces=False
clear_cache=True
grep_random=8TCg8BVMrUz4xoaU
################################################################################
# System Parameters
user=zeus:zeus
################################################################################
# Profiles
# set mntpnt to '' to disable in the test
case "$profile" in
aged)
partition=/dev/sdb1
mntpnt=/mnt/research
fs_type=ext4
# ext4 only
datastore=agedstore
;;
clean)
partition=/dev/sdb2
mntpnt=/mnt/clean
fs_type=ext4
# ext4 only
datastore=cleanstore
;;
cleaner)
partition=/dev/sdb3
mntpnt=/mnt/cleaner
fs_type=ext4
# ext4 only
datastore=cleanerstore
;;
*)
echo "Unknown profile $profile"
exit 1
;;
esac
################################################################################
# betrfs Specific Parameters
# --since only one betrfs filesystem can be mounted at a time, these need not be
# --duplicated as above
dummy_file=dummy.dev
dummy_dev=/dev/loop0
module=/home/conway/ft-index/filesystem/ftfs.ko
circle_size=128