003 File Manager
Current Path:
/usr/src/tests/sys/cddl/zfs/tests/inheritance
usr
/
src
/
tests
/
sys
/
cddl
/
zfs
/
tests
/
inheritance
/
📁
..
📄
Makefile
(1.86 KB)
📄
README.config
(2.14 KB)
📄
README.state
(4.32 KB)
📄
cleanup.ksh
(1.02 KB)
📄
config001.cfg
(1.11 KB)
📄
config002.cfg
(1.11 KB)
📄
config003.cfg
(1.12 KB)
📄
config004.cfg
(1.12 KB)
📄
config005.cfg
(1.11 KB)
📄
config006.cfg
(1.11 KB)
📄
config007.cfg
(1.12 KB)
📄
config008.cfg
(1.12 KB)
📄
config009.cfg
(1.12 KB)
📄
config010.cfg
(1.12 KB)
📄
config011.cfg
(1.12 KB)
📄
config012.cfg
(1.12 KB)
📄
config013.cfg
(1.12 KB)
📄
config014.cfg
(1.12 KB)
📄
config015.cfg
(1.11 KB)
📄
config016.cfg
(1.11 KB)
📄
config017.cfg
(1.11 KB)
📄
config018.cfg
(1.11 KB)
📄
config019.cfg
(1.11 KB)
📄
config020.cfg
(1.11 KB)
📄
config021.cfg
(1.11 KB)
📄
config022.cfg
(1.11 KB)
📄
config023.cfg
(1.12 KB)
📄
config024.cfg
(1.12 KB)
📄
inherit.cfg
(1019 B)
📄
inherit.kshlib
(3.1 KB)
📄
inherit_001_pos.ksh
(11.46 KB)
📄
inheritance_test.sh
(1.5 KB)
📄
state001.cfg
(1.42 KB)
📄
state002.cfg
(1.46 KB)
📄
state003.cfg
(1.3 KB)
📄
state004.cfg
(1.39 KB)
📄
state005.cfg
(1.45 KB)
📄
state006.cfg
(1.48 KB)
📄
state007.cfg
(1.36 KB)
📄
state008.cfg
(1.33 KB)
📄
state009.cfg
(1.47 KB)
📄
state010.cfg
(1.48 KB)
📄
state011.cfg
(1.54 KB)
📄
state012.cfg
(1.75 KB)
📄
state013.cfg
(1.5 KB)
📄
state014.cfg
(1.76 KB)
📄
state015.cfg
(2.03 KB)
📄
state016.cfg
(1.79 KB)
📄
state017.cfg
(2.11 KB)
📄
state018.cfg
(1.84 KB)
📄
state019.cfg
(1.76 KB)
📄
state020.cfg
(1.78 KB)
📄
state021.cfg
(1.73 KB)
📄
state022.cfg
(1.77 KB)
📄
state023.cfg
(1.7 KB)
📄
state024.cfg
(1.7 KB)
Editing: README.config
# # 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 # # $FreeBSD$ # # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "@(#)README.config 1.2 07/01/09 SMI" # # 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> <inital 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. # TESTPOOL POOL local TESTPOOL/TESTCTR CTR - TESTPOOL/TESTCTR/TESTFS1 FS -
Upload File
Create Folder