# # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at usr/src/OPENSOLARIS.LICENSE. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # The configX.cfg files describe both the dataset hierarchy to # be created but also the initial source values for the datasets # properties, i.e. whether they should be left with their default values # or set locally. # # Format for this file is as follows: # # # - must be the full dataset name # # - recognised types are POOL, CTR and FS # # # - can have one of the following # values: # # default property values are left unchanged # # local property values are set locally # # - property values are left unchanged (has the # same effect as 'default' but is used to indicate # that the property 'source' field may be 'inherited # from..' depending on the actions further up the # dataset hierarchy. # # # The configuration below creates a three tier dataset layout, consisting # of a pool, container and filesystem. # # The top tier pool's properties being set locally, and the two # lower tier properties each inheriting their values from the next tier # up. # # # Copyright (c) 2013 by Delphix. All rights reserved. # TESTPOOL POOL local TESTPOOL/TESTCTR CTR - TESTPOOL/TESTCTR/TESTFS1 FS -