Home
last modified time | relevance | path

Searched refs:cachefile (Results 1 – 25 of 59) sorted by relevance

123

/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cachefile/
H A Dcachefile_004_pos.ksh33 . $STF_SUITE/tests/functional/cachefile/cachefile.cfg
34 . $STF_SUITE/tests/functional/cachefile/cachefile.kshlib
92 log_must zpool create -o cachefile=$CPATH1 $TESTPOOL1 $vdev0
94 log_must zpool create -o cachefile=$CPATH1 $TESTPOOL2 $vdev1
97 log_must zpool set cachefile=$CPATH2 $TESTPOOL1
99 log_must zpool set cachefile=$CPATH2 $TESTPOOL2
112 log_must zpool set cachefile=$CPATH2 $TESTPOOL1
115 log_must zpool set cachefile=$CPATH2 $TESTPOOL2
H A Dcachefile_002_pos.ksh33 . $STF_SUITE/tests/functional/cachefile/cachefile.cfg
34 . $STF_SUITE/tests/functional/cachefile/cachefile.kshlib
64 log_must zpool create -o cachefile=none $TESTPOOL $DISKS
73 log_must zpool import -o cachefile=none -d $DEVICEDIR $TESTPOOL
77 log_must zpool import -o cachefile=$CPATH -d $DEVICEDIR $TESTPOOL
H A Dcachefile_001_pos.ksh33 . $STF_SUITE/tests/functional/cachefile/cachefile.cfg
34 . $STF_SUITE/tests/functional/cachefile/cachefile.kshlib
77 log_must zpool create -o cachefile=${opts[i]} $TESTPOOL $DISKS
85 PROP=$(get_pool_prop cachefile $TESTPOOL)
H A Dcachefile_003_pos.ksh33 . $STF_SUITE/tests/functional/cachefile/cachefile.cfg
34 . $STF_SUITE/tests/functional/cachefile/cachefile.kshlib
83 log_must zpool create -o altroot=$TESTDIR -o cachefile=${opts[i]} \
91 PROP=$(get_pool_prop cachefile $TESTPOOL)
H A Dsetup.ksh29 . $STF_SUITE/tests/functional/cachefile/cachefile.cfg
30 . $STF_SUITE/tests/functional/cachefile/cachefile.kshlib
H A DMakefile.am1 pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/cachefile
11 cachefile.cfg \
12 cachefile.kshlib
H A Dcachefile.kshlib38 typeset cachefile=${2:-$CPATH}
40 RESULT=$(strings $cachefile | grep -w $1)
/freebsd-13.1/tests/sys/cddl/zfs/tests/cachefile/
H A Dcachefile_test.sh38 . $(atf_get_srcdir)/cachefile.kshlib
39 . $(atf_get_srcdir)/cachefile.cfg
55 . $(atf_get_srcdir)/cachefile.kshlib
56 . $(atf_get_srcdir)/cachefile.cfg
72 . $(atf_get_srcdir)/cachefile.kshlib
73 . $(atf_get_srcdir)/cachefile.cfg
89 . $(atf_get_srcdir)/cachefile.kshlib
90 . $(atf_get_srcdir)/cachefile.cfg
H A Dcachefile_004_pos.ksh33 . $STF_SUITE/tests/cachefile/cachefile.kshlib
103 log_must $ZPOOL create -o cachefile=$CPATH1 $TESTPOOL1 $vdev0
105 log_must $ZPOOL create -o cachefile=$CPATH1 $TESTPOOL2 $vdev1
108 log_must $ZPOOL set cachefile=$CPATH2 $TESTPOOL1
110 log_must $ZPOOL set cachefile=$CPATH2 $TESTPOOL2
123 log_must $ZPOOL set cachefile=$CPATH2 $TESTPOOL1
126 log_must $ZPOOL set cachefile=$CPATH2 $TESTPOOL2
H A Dcachefile_002_pos.ksh33 . $STF_SUITE/tests/cachefile/cachefile.kshlib
75 log_must $ZPOOL create -o cachefile=none $TESTPOOL $DISKS
84 log_must $ZPOOL import -o cachefile=none -d $DEVICEDIR $TESTPOOL
88 log_must $ZPOOL import -o cachefile=$CPATH -d $DEVICEDIR $TESTPOOL
H A Dcachefile_001_pos.ksh33 . $STF_SUITE/tests/cachefile/cachefile.kshlib
89 log_must $ZPOOL create -o cachefile=${opts[i]} $TESTPOOL $DISKS
97 PROP=$(get_pool_prop cachefile $TESTPOOL)
H A Dcachefile_003_pos.ksh33 . $STF_SUITE/tests/cachefile/cachefile.kshlib
95 log_must $ZPOOL create -o altroot=$TESTDIR -o cachefile=${opts[i]} \
103 PROP=$(get_pool_prop cachefile $TESTPOOL)
H A Dcachefile.kshlib41 typeset cachefile=${2:-$CPATH}
43 if [[ -f $cachefile ]]; then
44 RESULT=$($STRINGS $cachefile | $GREP -w $1)
H A DMakefile6 TESTSDIR=${TESTSBASE}/sys/cddl/zfs/tests/cachefile
16 ${PACKAGE}FILES+= cachefile.cfg
17 ${PACKAGE}FILES+= cachefile.kshlib
H A Dcachefile.cfg29 # ident "@(#)cachefile.cfg 1.1 08/02/29 SMI"
37 export CPATH1=$TMPDIR/cachefile.1.${TESTCASE_ID}
38 export CPATH2=$TMPDIR/cachefile.2.${TESTCASE_ID}
/freebsd-13.1/libexec/rc/rc.d/
H A Dzpool21 local cachefile
23 for cachefile in /etc/zfs/zpool.cache /boot/zfs/zpool.cache; do
24 if [ -r $cachefile ]; then
25 zpool import -c $cachefile -a -N && break
/freebsd-13.1/sys/contrib/libsodium/packaging/dotnet-core/
H A Dprepare.py61 self.cachefile = os.path.join(CACHEDIR, re.sub(r'[^A-Za-z0-9.]', '-', self.url))
73 f.write('{0}: {1}\n'.format(self.tempfile, self.cachefile))
77 os.path.relpath(self.cachefile, self.tempdir),
85 self.cachefile = os.path.join(CACHEDIR, re.sub(r'[^A-Za-z0-9.]', '-', self.url))
97 f.write('{0}: {1}\n'.format(self.tempfile, self.cachefile))
101 os.path.relpath(self.cachefile, self.tempdir),
109 self.cachefile = os.path.join(CACHEDIR, re.sub(r'[^A-Za-z0-9.]', '-', self.url))
133 f.write('{0}: {1}\n'.format(self.tempfile, self.cachefile))
157 f.write('{0}: {1}\n'.format(self.tempfile, self.cachefile))
161 os.path.relpath(self.cachefile, self.tempdir),
[all …]
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremoval_with_zdb.ksh52 log_must zpool set cachefile=none $TESTPOOL
55 log_must zpool set cachefile= $TESTPOOL
67 log_must zpool set cachefile=none $TESTPOOL
70 log_must zpool set cachefile= $TESTPOOL
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/
H A Dredundancy_draid.ksh77 log_must zpool import -o cachefile=none -d $dir $pool
100 log_must zpool import -o cachefile=none -d $dir $pool
128 log_must zpool import -o cachefile=none -d $dir $pool
153 log_must zpool import -o cachefile=none -d $dir $pool
182 log_must zpool import -o cachefile=none -d $dir $pool
196 log_must zpool import -o cachefile=none -d $dir $pool
222 log_must zpool create -f -o cachefile=none $TESTPOOL $raid ${disks[@]}
237 log_must zpool import -o cachefile=none -d $dir $TESTPOOL
H A Dredundancy_raidz.ksh77 log_must zpool import -o cachefile=none -d $dir $pool
100 log_must zpool import -o cachefile=none -d $dir $pool
128 log_must zpool import -o cachefile=none -d $dir $pool
153 log_must zpool import -o cachefile=none -d $dir $pool
182 log_must zpool import -o cachefile=none -d $dir $pool
196 log_must zpool import -o cachefile=none -d $dir $pool
222 log_must zpool create -f -o cachefile=none $TESTPOOL $raid ${disks[@]}
237 log_must zpool import -o cachefile=none -d $dir $TESTPOOL
H A Dredundancy_draid_damaged.ksh84 log_must zpool import -o cachefile=none -d $dir $pool
131 log_must zpool create -f -o cachefile=none $TESTPOOL $raid ${disks[@]}
144 log_must zpool import -o cachefile=none -d $dir $TESTPOOL
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_features_009_pos.ksh71 CACHE_FILE=$TEST_BASE_DIR/cachefile.$$
75 log_must zpool create -f -o cachefile=$CACHE_FILE -o compatibility=legacy $TESTPOOL $DISKS
84 log_must zpool create -f -o cachefile=$CACHE_FILE $TESTPOOL $DISKS
/freebsd-13.1/tools/regression/zfs/zpool/create/
H A Doption-o.t75 expect_ok ${ZPOOL} create -o cachefile=none ${name0} ${disk0}
80 expect "${exp}" ${ZPOOL} get cachefile ${name0}
83 expect_ok ${ZPOOL} create -o cachefile=/tmp/${name1} ${name0} ${disk0}
88 expect "${exp}" ${ZPOOL} get cachefile ${name0}
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dimport_cachefile_paths_changed.ksh44 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 $poolcreate
74 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 $poolcreate
82 log_must zpool create -f -o cachefile=$CPATH $TESTPOOL1 $poolcreate
H A Dzpool_import.cfg44 export CPATH=$TEST_BASE_DIR/cachefile.$$
45 export CPATHBKP=$TEST_BASE_DIR/cachefile.$$.bkp
46 export CPATHBKP2=$TEST_BASE_DIR/cachefile.$$.bkp2

123