mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-04-17 08:54:52 +03:00
Sponsored-by: https://despairlabs.com/sponsor/ Signed-off-by: Rob Norris <robn@despairlabs.com> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
48 lines
1.3 KiB
INI
48 lines
1.3 KiB
INI
# SPDX-License-Identifier: CDDL-1.0
|
|
#
|
|
# CDDL HEADER START
|
|
#
|
|
# This file and its contents are supplied under the terms of the
|
|
# Common Development and Distribution License ("CDDL"), version 1.0.
|
|
# You may only use this file in accordance with the terms of version
|
|
# 1.0 of the CDDL.
|
|
#
|
|
# A full copy of the text of the CDDL should have accompanied this
|
|
# source. A copy of the CDDL is also available via the Internet at
|
|
# http://www.illumos.org/license/CDDL.
|
|
#
|
|
# CDDL HEADER END
|
|
#
|
|
|
|
#
|
|
# Copyright (c) 2017 by Lawrence Livermore National Security, LLC.
|
|
#
|
|
|
|
export PREV_UBER="$TEST_BASE_DIR/mmp-uber-prev.txt"
|
|
export CURR_UBER="$TEST_BASE_DIR/mmp-uber-curr.txt"
|
|
export DISK=${DISKS%% *}
|
|
|
|
export HOSTID_FILE="/etc/hostid"
|
|
export HOSTID1=01234567
|
|
export HOSTID2=89abcdef
|
|
|
|
export TXG_TIMEOUT_LONG=5000
|
|
export TXG_TIMEOUT_DEFAULT=5
|
|
|
|
export MMP_POOL=mmppool
|
|
export MMP_DIR=$TEST_BASE_DIR/mmp
|
|
export MMP_CACHE=$MMP_DIR/zpool.cache
|
|
export MMP_ZTEST_LOG=$MMP_DIR/ztest.log
|
|
export MMP_HISTORY=100
|
|
export MMP_HISTORY_OFF=0
|
|
|
|
export MMP_INTERVAL_HOUR=$((60*60*1000))
|
|
export MMP_INTERVAL_DEFAULT=1000
|
|
export MMP_INTERVAL_MIN=100
|
|
|
|
export MMP_IMPORT_INTERVALS=20
|
|
export MMP_FAIL_INTERVALS_DEFAULT=10
|
|
export MMP_FAIL_INTERVALS_MIN=2
|
|
|
|
export MMP_TEST_DURATION_DEFAULT=$((MMP_IMPORT_INTERVALS*MMP_INTERVAL_DEFAULT/1000))
|