5767 fix several problems with zfs test suite
[unleashed.git] / usr / src / test / zfs-tests / tests / functional / cli_root / zpool_add / zpool_add.cfg
blob05da4cb79564ca22258c97b3518186b24d6fe417
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
23 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
24 # Use is subject to license terms.
28 # Copyright (c) 2012, 2014 by Delphix. All rights reserved.
31 export DISK_ARRAY_NUM=0
32 export DISK_ARRAY_LIMIT=4
33 export DISKSARRAY=""
36 # Variables for zpool_add_006
38 export VDEVS_NUM=32
40 function set_disks
42         set -A disk_array $(find_disks $DISKS)
44         if (( ${#disk_array[*]} <= 1 )); then
45                 export DISK=${DISKS%% *}
46         else
47                 export DISK=""
48                 typeset -i i=0
49                 while (( i < ${#disk_array[*]} )); do
50                         export DISK${i}="${disk_array[$i]}"
51                         DISKSARRAY="$DISKSARRAY ${disk_array[$i]}"
52                         (( i = i + 1 ))
53                         (( i>$DISK_ARRAY_LIMIT )) && break
54                 done
55                 export DISK_ARRAY_NUM=$i
56                 export DISKSARRAY
57         fi
59         if (( $DISK_ARRAY_NUM == 0 )); then
60                 export disk=$DISK
61         else
62                 export disk=$DISK0
63         fi
67 set_disks
69 export FILESIZE="100m"
70 export FILESIZE1="150m"
71 export SIZE="150m"
72 export SIZE1="250m"
73 export SLICE0=0
74 export SLICE1=1
75 export SLICE3=3
76 export SLICE4=4
77 export SLICE5=5
78 export SLICE6=6
80 export VOLSIZE=64mb