003 File Manager
Current Path:
/usr/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/limits
usr
/
src
/
sys
/
contrib
/
openzfs
/
tests
/
zfs-tests
/
tests
/
functional
/
limits
/
📁
..
📄
Makefile.am
(212 B)
📄
cleanup.ksh
(630 B)
📄
filesystem_count.ksh
(4.49 KB)
📄
filesystem_limit.ksh
(5.66 KB)
📄
setup.ksh
(763 B)
📄
snapshot_count.ksh
(3.38 KB)
📄
snapshot_limit.ksh
(6.51 KB)
Editing: setup.ksh
#!/bin/ksh -p # # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL"), version 1.0. # You may only use this file in accordance with the terms of version # 1.0 of the CDDL. # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # # Copyright 2018, loli10K <ezomori.nozomu@gmail.com>. All rights reserved. # . $STF_SUITE/include/libtest.shlib . $STF_SUITE/tests/functional/delegate/delegate_common.kshlib DISK=${DISKS%% *} cleanup_user_group # Create staff group and user log_must add_group $STAFF_GROUP log_must add_user $STAFF_GROUP $STAFF1 default_volume_setup $DISK
Upload File
Create Folder