Lines Matching +full:os +full:- +full:initiated
10 # or http://www.opensolaris.org/os/licensing.
32 poolexists $TESTPOOL && $ZPOOL status -v $TESTPOOL
36 if [[ -d $dir ]]; then
37 log_must $RM -rf $dir
54 [[ -z $pool ]] && log_fail "No specified pool."
55 [[ -f $recordfile ]] && log_must $RM -f $recordfile
59 log_must eval "$DU -a $mntpnt > $recordfile 2>&1"
64 $FIND $mntpnt -type f -exec $CKSUM {} + >> $recordfile 2>&1
78 typeset -i vdev_cnt=$3
81 typeset -i i=0
87 log_must $MKDIR -p $BASEDIR
92 log_must $ZPOOL create -m $TESTDIR $pool $keyword $vdevs
95 log_must $FILE_WRITE -o create -f $file -b $BLOCKSZ -c $NUM_WRITES
126 typeset -i cnt=$2
128 head -$cnt $BASEDIR/vdevs | tr '\n' ' '
142 # If the OS has detected corruption on the pool, it will have
143 # automatically initiated a scrub. In that case, our "zpool scrub"
156 # $2-n virtual device files
165 [ ! -f $vdev ] && log_must create_vdevs $vdev
166 log_must $ZPOOL replace -f $pool $vdev $vdev
178 typeset -i ret=0
186 [ $ret -eq 0 ] && return $ret
201 typeset -i cnt=$2
204 typeset -i bs_count
208 if [[ -n $label ]]; then
209 typeset -i i=0
211 while [ $i -lt $cnt ]; do
243 $ZPOOL status -x $pool
260 typeset -i cnt=$2
265 log_must $RM -f $vdevs
282 typeset -i cnt=$2