003 File Manager
Current Path:
/usr/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send
usr
/
src
/
sys
/
contrib
/
openzfs
/
tests
/
zfs-tests
/
tests
/
functional
/
redacted_send
/
📁
..
📄
Makefile.am
(613 B)
📄
cleanup.ksh
(1.01 KB)
📄
redacted.cfg
(2.06 KB)
📄
redacted.kshlib
(7.27 KB)
📄
redacted_compressed.ksh
(2.4 KB)
📄
redacted_contents.ksh
(6.43 KB)
📄
redacted_deleted.ksh
(3.45 KB)
📄
redacted_disabled_feature.ksh
(2.05 KB)
📄
redacted_embedded.ksh
(3.64 KB)
📄
redacted_holes.ksh
(4.23 KB)
📄
redacted_incrementals.ksh
(6.47 KB)
📄
redacted_largeblocks.ksh
(2.12 KB)
📄
redacted_many_clones.ksh
(2.32 KB)
📄
redacted_mixed_recsize.ksh
(2.93 KB)
📄
redacted_mounts.ksh
(3.85 KB)
📄
redacted_negative.ksh
(3.54 KB)
📄
redacted_origin.ksh
(3.17 KB)
📄
redacted_props.ksh
(2.72 KB)
📄
redacted_resume.ksh
(3.17 KB)
📄
redacted_size.ksh
(2.23 KB)
📄
redacted_volume.ksh
(3.08 KB)
📄
setup.ksh
(1.09 KB)
Editing: redacted.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) 2018 by Delphix. All rights reserved. # export DISK1=$(echo $DISKS | awk '{print $1}') export DISK2=$(echo $DISKS | awk '{print $2}') export POOL=$TESTPOOL export POOL2=$TESTPOOL2 export FS=$TESTFS export FS2=$TESTFS2 # # These are the byte ranges that differ between files and their redacted # counterparts. See compare_files() for more detail. # typeset RANGE0="0,2097152" typeset RANGE1="0,131072" typeset RANGE2="1048576,2097152" typeset RANGE3="0,131072 1966080,131072 3932160,131072" typeset RANGE4="0,131072 262144,131072 524288,131072 786432,131072" typeset RANGE5="0,1048576 7340032,1048576" typeset RANGE6="393216,131072 655360,131072 917504,131072 1179648,131072 1441792,393216 1966080,393216 2621440,262144 3145728,262144 3670016,262144 4194304,262144 4718592,262144 5242880,262144" typeset RANGE7="1048576,6291456" typeset RANGE8="4063232,131072" typeset RANGE9="0,131072 262144,131072 524288,131072 786432,131072 1048576,131072 1310720,131072 1572864,131072 1835008,131072 2097152,131072 2359296,131072 2621440,131072 2883584,131072 3145728,131072 3407872,131072 3670016,131072 3932160,131072" typeset RANGE10="0,393216" typeset RANGE11="0,1048576" typeset RANGE12="0,2097152" typeset RANGE13="0,16384" typeset RANGE14="" typeset RANGE15="0,4194304" typeset RANGE16="0,6291456"
Upload File
Create Folder