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 2007 Sun Microsystems, Inc.  All rights reserved.
24# Use is subject to license terms.
25#
26
27#
28# Copyright (c) 2012, 2016 by Delphix. All rights reserved.
29#
30
31export BYND_MAX_NAME="byondmaxnamelength\
32012345678901234567890123456789\
33012345678901234567890123456789\
34012345678901234567890123456789\
35012345678901234567890123456789\
36012345678901234567890123456789\
37012345678901234567890123456789\
38012345678901234567890123456789\
39012345678901234567890123456789"
40
41export BYND_NEST_LIMIT="a/a/a/\
42a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/\
43a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/\
44a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/\
45a/a"
46
47# There're 3 different prompt messages while create
48# a volume that great than 1TB on 32-bit
49#       - volume size exceeds limit for this system. (happy gate)
50#       - max volume size is 1TB on 32-bit systems (s10u2)
51#       - value is too large (old)
52
53export VOL_LIMIT_KEYWORD1="1TB on 32-bit"
54export VOL_LIMIT_KEYWORD2="value is too large"
55export VOL_LIMIT_KEYWORD3="volume size exceeds limit"
56
57set -A size "8k" "8K" "1m" "1M" "1mb" "1mB" "1Mb" "1MB" "1g" "1G" \
58	"1p" "1P" "1z" "1Z" "1gb" "1gB" "1Gb" "1GB" "1pb" "1pB" "1Pb" \
59	"1PB" "1zb" "1zB" "1Zb" "1ZB"
60