003 File Manager
Current Path:
/usr/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp
usr
/
src
/
sys
/
contrib
/
openzfs
/
tests
/
zfs-tests
/
tests
/
functional
/
mmp
/
📁
..
📄
Makefile.am
(470 B)
📄
cleanup.ksh
(724 B)
📄
mmp.cfg
(1.23 KB)
📄
mmp.kshlib
(7.95 KB)
📄
mmp_active_import.ksh
(4.05 KB)
📄
mmp_exported_import.ksh
(3.01 KB)
📄
mmp_hostid.ksh
(3.01 KB)
📄
mmp_inactive_import.ksh
(3.57 KB)
📄
mmp_interval.ksh
(1.25 KB)
📄
mmp_on_off.ksh
(2.13 KB)
📄
mmp_on_thread.ksh
(1.6 KB)
📄
mmp_on_uberblocks.ksh
(2.54 KB)
📄
mmp_on_zdb.ksh
(2 KB)
📄
mmp_reset_interval.ksh
(3.62 KB)
📄
mmp_write_distribution.ksh
(2.4 KB)
📄
mmp_write_uberblocks.ksh
(1.57 KB)
📄
multihost_history.ksh
(2.03 KB)
📄
setup.ksh
(946 B)
Editing: mmp.cfg
# # 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))
Upload File
Create Folder