#
# 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
# 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 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#
# Copyright (c) 2013, 2016 by Delphix. All rights reserved.
#
#
# DESCRIPTION:
# With 'compression' set, a file with non-power-of-2 blocksize storage space
# can be freed as will normally.
#
# STRATEGY:
# 1. Set 'compression' or 'compress' to on or lzjb
# 2. Set different recordsize with ZFS filesystem
# 3. Repeatedly using 'randfree_file' to create a file and then free its
# storage space with different range, the system should work normally.
#
verify_runnable "both"
function cleanup
{
}
{
typeset -i fsz=$1
typeset file=$2
typeset -i start=0
typeset -i len=0
typeset -i dist=0
do
log_must randfree_file -l fsz -s $start \
[[ -e $file ]] && \
done
done
}
log_assert "Creating non-power-of-2 blocksize file and freeing the file \
storage space at will should work normally with compression setting"
typeset -i blksize=512
typeset -i fsize=0
typeset -i avail=0
typeset -i blknum=0
do
do
if [[ $value == "gzip-6" ]]; then
value="gzip"
fi
# doing single block testing
fi
#make sure fsize is non-power-of-2
fi
# doing multiple blocks testing
# we just test <10 multi-blocks to limit testing time
done
fi
done
done
done
log_pass "Creating and freeing non-power-of-2 blocksize file work as expected."