xref: /illumos-gate/usr/src/test/zfs-tests/tests/functional/largest_pool/largest_pool.cfg (revision a192d1c0eb1d05a03ead3c7f898e864e4bf0399c)
1#
2# CDDL HEADER START
3#
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.
7#
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.
12#
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]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
24# Use is subject to license terms.
25#
26
27#
28# Copyright (c) 2013 by Delphix. All rights reserved.
29#
30
31export TESTVOL=testvol$$
32export VOL_PATH=/dev/zvol/dsk/${TESTPOOL2}/$TESTVOL
33export VOLSIZES=${VOLSIZES-"2pb 5pb 10pb 2eb 5eb 8eb 9eb"}
34
35# There're 3 different prompt messages while create
36# a volume that great than 1TB on 32-bit
37#       - volume size exceeds limit for this system. (happy gate)
38#       - max volume size is 1TB on 32-bit systems (s10u2)
39#       - value is too large (old)
40
41export VOL_LIMIT_KEYWORD1="1TB on 32-bit"
42export VOL_LIMIT_KEYWORD2="value is too large"
43export VOL_LIMIT_KEYWORD3="volume size exceeds limit"
44