]> CyberLeo.Net >> Repos - CDN/bonnie-benchmarks.git/blob - tests/mdmfs
Add out/ to gitignore
[CDN/bonnie-benchmarks.git] / tests / mdmfs
1 bonnie_opts="${bonnie_opts} -s 4096 -r 2048"
2 setup() {
3   mdmfs -S -t -s 6g -w "${bonnie_uid}:0" md "${scratch}"
4 }
5 teardown() {
6   md="$(mount | grep ' on '"${scratch}"' ' | cut -d' ' -f1)"
7   umount "${scratch}"
8   mdconfig -d -u "${md}"
9   clean_scratch
10 }