]> CyberLeo.Net >> Repos - CDN/bonnie-benchmarks.git/blob - tests/zpool-0
test: striped zpool with 1 through 8 disks
[CDN/bonnie-benchmarks.git] / tests / zpool-0
1 vdevs="/dev/label/zp/test/[${test##*zpool-}]"
2 setup() {
3   zpool create -O mountpoint="${scratch}" test ${vdevs}
4   zpool status
5 }
6 teardown() {
7   zpool destroy test
8   clean_scratch
9 }