1# SPDX-License-Identifier: CDDL-1.0 2# 3# CDDL HEADER START 4# 5# The contents of this file are subject to the terms of the 6# Common Development and Distribution License (the "License"). 7# You may not use this file except in compliance with the License. 8# 9# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10# or https://opensource.org/licenses/CDDL-1.0. 11# See the License for the specific language governing permissions 12# and limitations under the License. 13# 14# When distributing Covered Code, include this CDDL HEADER in each 15# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16# If applicable, add the following below this CDDL HEADER, with the 17# fields enclosed by brackets "[]" replaced with your own identifying 18# information: Portions Copyright [yyyy] [name of copyright owner] 19# 20# CDDL HEADER END 21# 22 23# 24# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 25# Use is subject to license terms. 26# 27# The configX.cfg files describe both the dataset hierarchy to 28# be created but also the initial source values for the datasets 29# properties, i.e. whether they should be left with their default values 30# or set locally. 31# 32# Format for this file is as follows: 33# <dataset name> <dataset type> <initial property setting> 34# 35# <dataset name> - must be the full dataset name 36# 37# <dataset type> - recognised types are POOL, CTR and FS 38# 39# 40# <initial property setting> - can have one of the following 41# values: 42# 43# default property values are left unchanged 44# 45# local property values are set locally 46# 47# - property values are left unchanged (has the 48# same effect as 'default' but is used to indicate 49# that the property 'source' field may be 'inherited 50# from..' depending on the actions further up the 51# dataset hierarchy. 52# 53# 54# The configuration below creates a three tier dataset layout, consisting 55# of a pool, container and filesystem. 56# 57# The top tier pool's properties being set locally, and the two 58# lower tier properties each inheriting their values from the next tier 59# up. 60# 61 62# 63# Copyright (c) 2013 by Delphix. All rights reserved. 64# 65 66TESTPOOL POOL local 67TESTPOOL/TESTCTR CTR - 68TESTPOOL/TESTCTR/TESTFS1 FS - 69