003 File Manager
Current Path:
/usr/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/events
usr
/
src
/
sys
/
contrib
/
openzfs
/
tests
/
zfs-tests
/
tests
/
functional
/
events
/
📁
..
📄
Makefile.am
(243 B)
📄
cleanup.ksh
(978 B)
📄
events.cfg
(1.28 KB)
📄
events_001_pos.ksh
(4.51 KB)
📄
events_002_pos.ksh
(2.99 KB)
📄
events_common.kshlib
(4.16 KB)
📄
setup.ksh
(999 B)
📄
zed_rc_filter.ksh
(3.5 KB)
Editing: events.cfg
# # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at usr/src/OPENSOLARIS.LICENSE. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # # Copyright (c) 2017 by Lawrence Livermore National Security, LLC. # Use is subject to license terms. # export MPOOL=mpool.$$ VDEV1=$TEST_BASE_DIR/vdev1 VDEV2=$TEST_BASE_DIR/vdev2 VDEV3=$TEST_BASE_DIR/vdev3 VDEV4=$TEST_BASE_DIR/vdev4 export TMP_EVENTS=$TEST_BASE_DIR/tmp_events.$$ export TMP_EVENTS_FULL=$TEST_BASE_DIR/tmp_events_full.$$ export TMP_EVENT_FULL=$TEST_BASE_DIR/tmp_event_full.$$ export TMP_EVENTS_ZED=$TEST_BASE_DIR/tmp_events_zed.$$ export TMP_EVENT_ZED=$TEST_BASE_DIR/tmp_event_zed.$$
Upload File
Create Folder