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