#
# 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 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#
# Copyright (c) 2013, 2016 by Delphix. All rights reserved.
#
#
# DESCRIPTION:
# Replacing disks during I/O should pass for supported pools.
#
# STRATEGY:
# start some random I/O
# 2. Replace a disk in the pool with anbother disk.
# 3. Verify the integrity of the file system and the resilvering.
#
verify_runnable "global"
function cleanup
{
for wait_pid in $child_pids
do
kill $wait_pid
done
fi
if poolexists $TESTPOOL1; then
fi
}
log_assert "Replacing a disk during I/O completes."
options=""
options_display="default options"
child_pids=""
function replace_test
{
typeset -i iters=2
typeset -i index=0
typeset opt=$1
typeset disk1=$2
typeset disk2=$3
typeset i=0
log_note "Invoking file_trunc with: $options_display"
typeset pid=$!
sleep 1
fi
((i = i + 1))
done
sleep 10
for wait_pid in $child_pids
do
kill $wait_pid
done
child_pids=""
log_must zpool export $TESTPOOL1
}
i=0
while [[ $i != 2 ]]; do
((i = i + 1))
done
#
# Create a replacement disk special file.
#
for type in "" "raidz" "raidz1" "mirror"; do
if [[ $? -ne 0 ]]; then
log_fail "$REPLACEFILE is not present."
fi
done
done