Home
last modified time | relevance | path

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

123

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cachefile/
H A Dcachefile_004_pos.ksh34 . $STF_SUITE/tests/functional/cachefile/cachefile.cfg
35 . $STF_SUITE/tests/functional/cachefile/cachefile.kshlib
93 log_must zpool create -o cachefile=$CPATH1 $TESTPOOL1 $vdev0
95 log_must zpool create -o cachefile=$CPATH1 $TESTPOOL2 $vdev1
98 log_must zpool set cachefile=$CPATH2 $TESTPOOL1
100 log_must zpool set cachefile=$CPATH2 $TESTPOOL2
113 log_must zpool set cachefile=$CPATH2 $TESTPOOL1
116 log_must zpool set cachefile=$CPATH2 $TESTPOOL2
H A Dcachefile_002_pos.ksh34 . $STF_SUITE/tests/functional/cachefile/cachefile.cfg
35 . $STF_SUITE/tests/functional/cachefile/cachefile.kshlib
65 log_must zpool create -o cachefile=none $TESTPOOL $DISKS
74 log_must zpool import -o cachefile=none -d $DEVICEDIR $TESTPOOL
78 log_must zpool import -o cachefile=$CPATH -d $DEVICEDIR $TESTPOOL
H A Dcachefile_001_pos.ksh34 . $STF_SUITE/tests/functional/cachefile/cachefile.cfg
35 . $STF_SUITE/tests/functional/cachefile/cachefile.kshlib
78 log_must zpool create -o cachefile=${opts[i]} $TESTPOOL $DISKS
86 PROP=$(get_pool_prop cachefile $TESTPOOL)
H A Dcachefile_003_pos.ksh34 . $STF_SUITE/tests/functional/cachefile/cachefile.cfg
35 . $STF_SUITE/tests/functional/cachefile/cachefile.kshlib
84 log_must zpool create -o altroot=$TESTDIR -o cachefile=${opts[i]} \
92 PROP=$(get_pool_prop cachefile $TESTPOOL)
H A Dsetup.ksh30 . $STF_SUITE/tests/functional/cachefile/cachefile.cfg
31 . $STF_SUITE/tests/functional/cachefile/cachefile.kshlib
H A Dcachefile.kshlib39 typeset cachefile=${2:-$CPATH}
41 RESULT=$(strings $cachefile | grep -w $1)
/freebsd/tests/sys/cddl/zfs/tests/cachefile/
H A Dcachefile_test.sh36 . $(atf_get_srcdir)/cachefile.kshlib
37 . $(atf_get_srcdir)/cachefile.cfg
53 . $(atf_get_srcdir)/cachefile.kshlib
54 . $(atf_get_srcdir)/cachefile.cfg
70 . $(atf_get_srcdir)/cachefile.kshlib
71 . $(atf_get_srcdir)/cachefile.cfg
87 . $(atf_get_srcdir)/cachefile.kshlib
88 . $(atf_get_srcdir)/cachefile.cfg
H A Dcachefile_004_pos.ksh28 . $STF_SUITE/tests/cachefile/cachefile.kshlib
98 log_must $ZPOOL create -o cachefile=$CPATH1 $TESTPOOL1 $vdev0
100 log_must $ZPOOL create -o cachefile=$CPATH1 $TESTPOOL2 $vdev1
103 log_must $ZPOOL set cachefile=$CPATH2 $TESTPOOL1
105 log_must $ZPOOL set cachefile=$CPATH2 $TESTPOOL2
118 log_must $ZPOOL set cachefile=$CPATH2 $TESTPOOL1
121 log_must $ZPOOL set cachefile=$CPATH2 $TESTPOOL2
H A Dcachefile_002_pos.ksh28 . $STF_SUITE/tests/cachefile/cachefile.kshlib
70 log_must $ZPOOL create -o cachefile=none $TESTPOOL $DISKS
79 log_must $ZPOOL import -o cachefile=none -d $DEVICEDIR $TESTPOOL
83 log_must $ZPOOL import -o cachefile=$CPATH -d $DEVICEDIR $TESTPOOL
H A Dcachefile_001_pos.ksh28 . $STF_SUITE/tests/cachefile/cachefile.kshlib
84 log_must $ZPOOL create -o cachefile=${opts[i]} $TESTPOOL $DISKS
92 PROP=$(get_pool_prop cachefile $TESTPOOL)
H A Dcachefile_003_pos.ksh28 . $STF_SUITE/tests/cachefile/cachefile.kshlib
90 log_must $ZPOOL create -o altroot=$TESTDIR -o cachefile=${opts[i]} \
98 PROP=$(get_pool_prop cachefile $TESTPOOL)
H A Dcachefile.kshlib36 typeset cachefile=${2:-$CPATH}
38 if [[ -f $cachefile ]]; then
39 RESULT=$($STRINGS $cachefile | $GREP -w $1)
H A DMakefile4 TESTSDIR=${TESTSBASE}/sys/cddl/zfs/tests/cachefile
14 ${PACKAGE}FILES+= cachefile.cfg
15 ${PACKAGE}FILES+= cachefile.kshlib
/freebsd/libexec/rc/rc.d/
H A Dzpool19 local cachefile
21 for cachefile in /etc/zfs/zpool.cache /boot/zfs/zpool.cache; do
22 if [ -r $cachefile ]; then
23 zpool import -c $cachefile -a -N
25 echo "Import of zpool cache ${cachefile} failed," \
28 zpool import -c $cachefile -a -N
/freebsd/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))
145 self.cachefile = os.path.join(CACHEDIR, re.sub(r'[^A-Za-z0-9.]', '-', self.url))
157 f.write('{0}: {1}\n'.format(self.tempfile, self.cachefile))
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/
H A Dredundancy_draid.ksh78 log_must zpool import -o cachefile=none -d $dir $pool
101 log_must zpool import -o cachefile=none -d $dir $pool
129 log_must zpool import -o cachefile=none -d $dir $pool
154 log_must zpool import -o cachefile=none -d $dir $pool
183 log_must zpool import -o cachefile=none -d $dir $pool
197 log_must zpool import -o cachefile=none -d $dir $pool
223 log_must zpool create -O compression=off -f -o cachefile=none $TESTPOOL $raid ${disks[@]}
238 log_must zpool import -o cachefile=none -d $dir $TESTPOOL
H A Dredundancy_raidz.ksh78 log_must zpool import -o cachefile=none -d $dir $pool
101 log_must zpool import -o cachefile=none -d $dir $pool
129 log_must zpool import -o cachefile=none -d $dir $pool
154 log_must zpool import -o cachefile=none -d $dir $pool
183 log_must zpool import -o cachefile=none -d $dir $pool
197 log_must zpool import -o cachefile=none -d $dir $pool
223 log_must zpool create -O compression=off -f -o cachefile=none $TESTPOOL $raid ${disks[@]}
238 log_must zpool import -o cachefile=none -d $dir $TESTPOOL
H A Dredundancy_draid_damaged1.ksh85 log_must zpool import -o cachefile=none -d $dir $pool
119 log_must zpool create -O compression=off -f -o cachefile=none $TESTPOOL $raid ${disks[@]}
132 log_must zpool import -o cachefile=none -d $dir $TESTPOOL
H A Dredundancy_draid_damaged2.ksh93 log_must zpool create -f -O compression=off -o cachefile=none \
107 log_must zpool import -o cachefile=none -d $dir $TESTPOOL
118 log_must zpool import -o cachefile=none -d $dir $TESTPOOL
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremoval_with_zdb.ksh53 log_must zpool set cachefile=none $TESTPOOL
56 log_must zpool set cachefile= $TESTPOOL
68 log_must zpool set cachefile=none $TESTPOOL
71 log_must zpool set cachefile= $TESTPOOL
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_features_009_pos.ksh72 CACHE_FILE=$TEST_BASE_DIR/cachefile.$$
76 log_must zpool create -f -o cachefile=$CACHE_FILE -o compatibility=legacy $TESTPOOL $DISKS
85 log_must zpool create -f -o cachefile=$CACHE_FILE $TESTPOOL $DISKS
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/raidz/
H A Draidz_expand_001_pos.ksh100 log_must zpool import -o cachefile=none -d $dir $pool
122 log_must zpool import -o cachefile=none -d $dir $pool
156 log_must zpool import -o cachefile=none -d $dir $pool
170 log_must zpool import -o cachefile=none -d $dir $pool
200 log_must zpool create -f -o cachefile=none $TESTPOOL $raid ${disks[@]}
/freebsd/tools/regression/zfs/zpool/create/
H A Doption-o.t74 expect_ok ${ZPOOL} create -o cachefile=none ${name0} ${disk0}
79 expect "${exp}" ${ZPOOL} get cachefile ${name0}
82 expect_ok ${ZPOOL} create -o cachefile=/tmp/${name1} ${name0} ${disk0}
87 expect "${exp}" ${ZPOOL} get cachefile ${name0}
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dimport_cachefile_paths_changed.ksh45 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 $poolcreate
75 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 $poolcreate
83 log_must zpool create -f -o cachefile=$CPATH $TESTPOOL1 $poolcreate
H A Dimport_cachefile_device_removed.ksh52 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 $poolcreate
80 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 \
112 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 \

123