]> git.proxmox.com Git - mirror_zfs-debian.git/blob - tests/zfs-tests/tests/functional/mmp/mmp.cfg
36f9954435d160dd8344e4c31af6abdffa22e567
[mirror_zfs-debian.git] / tests / zfs-tests / tests / functional / mmp / mmp.cfg
1 #
2 # CDDL HEADER START
3 #
4 # This file and its contents are supplied under the terms of the
5 # Common Development and Distribution License ("CDDL"), version 1.0.
6 # You may only use this file in accordance with the terms of version
7 # 1.0 of the CDDL.
8 #
9 # A full copy of the text of the CDDL should have accompanied this
10 # source. A copy of the CDDL is also available via the Internet at
11 # http://www.illumos.org/license/CDDL.
12 #
13 # CDDL HEADER END
14 #
15
16 #
17 # Copyright (c) 2017 by Lawrence Livermore National Security, LLC.
18 #
19
20 export PREV_UBER="$TEST_BASE_DIR/mmp-uber-prev.txt"
21 export CURR_UBER="$TEST_BASE_DIR/mmp-uber-curr.txt"
22 export DISK=${DISKS%% *}
23
24 export HOSTID_FILE="/etc/hostid"
25 export HOSTID1=01234567
26 export HOSTID2=89abcdef
27
28 export TXG_TIMEOUT_LONG=5000
29 export TXG_TIMEOUT_DEFAULT=5
30
31 export MMP_POOL=mmppool
32 export MMP_DIR=$TEST_BASE_DIR/mmp
33 export MMP_CACHE=$MMP_DIR/zpool.cache
34 export MMP_ZTEST_LOG=$MMP_DIR/ztest.log
35 export MMP_HISTORY=100
36 export MMP_HISTORY_OFF=0
37
38 export MMP_INTERVAL_HOUR=$((60*60*1000))
39 export MMP_INTERVAL_DEFAULT=1000
40 export MMP_INTERVAL_MIN=100
41
42 export ZPOOL_IMPORT_DURATION=9