003 File Manager
Current Path:
/usr/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc
usr
/
src
/
sys
/
contrib
/
openzfs
/
tests
/
zfs-tests
/
tests
/
functional
/
cli_user
/
misc
/
📁
..
📄
Makefile.am
(1.31 KB)
📄
arc_summary_001_pos.ksh
(1.92 KB)
📄
arc_summary_002_neg.ksh
(1.19 KB)
📄
arcstat_001_pos.ksh
(1.26 KB)
📄
cleanup.ksh
(1.6 KB)
📄
misc.cfg
(3.14 KB)
📄
setup.ksh
(4.99 KB)
📄
zdb_001_neg.ksh
(2.1 KB)
📄
zfs_001_neg.ksh
(1.54 KB)
📄
zfs_allow_001_neg.ksh
(1.9 KB)
📄
zfs_clone_001_neg.ksh
(1.54 KB)
📄
zfs_create_001_neg.ksh
(1.66 KB)
📄
zfs_destroy_001_neg.ksh
(1.9 KB)
📄
zfs_get_001_neg.ksh
(1.65 KB)
📄
zfs_inherit_001_neg.ksh
(1.57 KB)
📄
zfs_mount_001_neg.ksh
(1.59 KB)
📄
zfs_promote_001_neg.ksh
(1.53 KB)
📄
zfs_receive_001_neg.ksh
(1.6 KB)
📄
zfs_rename_001_neg.ksh
(1.58 KB)
📄
zfs_rollback_001_neg.ksh
(1.73 KB)
📄
zfs_send_001_neg.ksh
(1.79 KB)
📄
zfs_set_001_neg.ksh
(1.86 KB)
📄
zfs_share_001_neg.ksh
(1.74 KB)
📄
zfs_snapshot_001_neg.ksh
(1.55 KB)
📄
zfs_unallow_001_neg.ksh
(1.81 KB)
📄
zfs_unmount_001_neg.ksh
(1.94 KB)
📄
zfs_unshare_001_neg.ksh
(1.79 KB)
📄
zfs_upgrade_001_neg.ksh
(1.76 KB)
📄
zpool_001_neg.ksh
(1.6 KB)
📄
zpool_add_001_neg.ksh
(2.18 KB)
📄
zpool_attach_001_neg.ksh
(1.74 KB)
📄
zpool_clear_001_neg.ksh
(1.38 KB)
📄
zpool_create_001_neg.ksh
(2.27 KB)
📄
zpool_destroy_001_neg.ksh
(1.59 KB)
📄
zpool_detach_001_neg.ksh
(1.54 KB)
📄
zpool_export_001_neg.ksh
(1.59 KB)
📄
zpool_get_001_neg.ksh
(1.7 KB)
📄
zpool_history_001_neg.ksh
(1.52 KB)
📄
zpool_import_001_neg.ksh
(1.67 KB)
📄
zpool_import_002_neg.ksh
(1.76 KB)
📄
zpool_offline_001_neg.ksh
(1.7 KB)
📄
zpool_online_001_neg.ksh
(1.7 KB)
📄
zpool_remove_001_neg.ksh
(1.55 KB)
📄
zpool_replace_001_neg.ksh
(1.76 KB)
📄
zpool_scrub_001_neg.ksh
(1.48 KB)
📄
zpool_set_001_neg.ksh
(1.82 KB)
📄
zpool_status_001_neg.ksh
(1.84 KB)
📄
zpool_upgrade_001_neg.ksh
(1.71 KB)
📄
zpool_wait_privilege.ksh
(958 B)
Editing: misc.cfg
# # 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. # # # Copyright (c) 2013 by Delphix. All rights reserved. # if is_linux; then # these are the set of setable ZFS properties PROP_NAMES="\ acltype atime \ checksum compression devices \ exec mountpoint quota readonly \ recordsize reservation setuid \ snapdir" # these are a set of values we apply, for use when testing the # zfs get/set subcommands - ordered as per the list above so we # can iterate over both sets in an array PROP_VALS="\ posix on \ fletcher2 on on \ on legacy none on \ 128K none on \ visible" # these are an alternate set of property values PROP_ALTVALS="\ nfsv4 off \ fletcher4 lzjb off \ off /tmp/zfstest 100M off \ 512 10m off \ hidden" elif is_freebsd; then PROP_NAMES="\ acltype atime \ checksum compression devices \ exec mountpoint quota readonly \ recordsize reservation setuid \ snapdir" # these are a set of values we apply, for use when testing the # zfs get/set subcommands - ordered as per the list above so we # can iterate over both sets in an array PROP_VALS="\ posix on \ fletcher2 on on \ on legacy none on \ 128K none on \ visible" # these are an alternate set of property values PROP_ALTVALS="\ nfsv4 off \ fletcher4 lzjb off \ off /tmp/zfstest 100M off \ 512 10m off \ hidden" else # these are the set of setable ZFS properties PROP_NAMES="\ aclinherit aclmode atime \ checksum compression devices \ exec mountpoint quota readonly \ recordsize reservation setuid sharenfs \ snapdir" # these are a set of values we apply, for use when testing the # zfs get/set subcommands - ordered as per the list above so we # can iterate over both sets in an array PROP_VALS="\ passthrough discard on \ fletcher2 on on \ on legacy none on \ 128K none on on \ visible" # these are an alternate set of property values PROP_ALTVALS="\ passthrough-x groupmask off \ fletcher4 lzjb off \ off /tmp/zfstest 100M off \ 512 10m off off \ hidden" fi # additional properties to worry about: canmount copies xattr zoned version POOL_PROPS="\ failmode autoreplace" POOL_VALS="\ continue on" POOL_ALTVALS="\ panic off" export TESTSNAP=testsnap-misc export TESTCLCT=testclct-misc
Upload File
Create Folder