]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/zfs-tests/tests/functional/alloc_class/alloc_class.cfg
Vendor import of openzfs master @ 184df27eef0abdc7ab2105b21257f753834b936b
[FreeBSD/FreeBSD.git] / tests / zfs-tests / tests / functional / alloc_class / alloc_class.cfg
1 #
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright (c) 2017, Intel Corporation.
14 # Copyright (c) 2018 by Delphix. All rights reserved.
15 #
16
17 . $STF_SUITE/include/libtest.shlib
18
19 export ZPOOL_DISK0="$TEST_BASE_DIR/device-0"
20 export ZPOOL_DISK1="$TEST_BASE_DIR/device-1"
21 export ZPOOL_DISK2="$TEST_BASE_DIR/device-2"
22 export ZPOOL_DISKS="${ZPOOL_DISK0} ${ZPOOL_DISK1} ${ZPOOL_DISK2}"
23
24 export CLASS_DISK0="$TEST_BASE_DIR/device-3"
25 export CLASS_DISK1="$TEST_BASE_DIR/device-4"
26 export CLASS_DISK2="$TEST_BASE_DIR/device-5"
27 export CLASS_DISK3="$TEST_BASE_DIR/device-6"
28 export CLASS_DISKS="${CLASS_DISK0} ${CLASS_DISK1} ${CLASS_DISK2} ${CLASS_DISK3}"
29
30 export ZPOOL_DEVSIZE=1G
31 export CLASS_DEVSIZE=512M