mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-05-05 16:32:44 +03:00

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>> Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Haakan T Johansson <f96hajo@chalmers.se> Closes #5547 Closes #5543
68 lines
2.1 KiB
Plaintext
68 lines
2.1 KiB
Plaintext
#
|
|
# 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:
|
|
# <dataset name> <dataset type> <initial property setting>
|
|
#
|
|
# <dataset name> - must be the full dataset name
|
|
#
|
|
# <dataset type> - recognised types are POOL, CTR and FS
|
|
#
|
|
#
|
|
# <initial property setting> - 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 -
|