# # 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"