/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cachefile/ |
H A D | cachefile_004_pos.ksh | 33 . $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 D | cachefile_002_pos.ksh | 33 . $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 D | cachefile_001_pos.ksh | 33 . $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 D | cachefile_003_pos.ksh | 33 . $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 D | setup.ksh | 29 . $STF_SUITE/tests/functional/cachefile/cachefile.cfg 30 . $STF_SUITE/tests/functional/cachefile/cachefile.kshlib
|
H A D | cachefile.kshlib | 38 typeset cachefile=${2:-$CPATH} 40 RESULT=$(strings $cachefile | grep -w $1)
|
/freebsd/tests/sys/cddl/zfs/tests/cachefile/ |
H A D | cachefile_test.sh | 36 . $(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 D | cachefile_004_pos.ksh | 28 . $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 D | cachefile_002_pos.ksh | 28 . $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 D | cachefile_001_pos.ksh | 28 . $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 D | cachefile_003_pos.ksh | 28 . $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 D | cachefile.kshlib | 36 typeset cachefile=${2:-$CPATH} 38 if [[ -f $cachefile ]]; then 39 RESULT=$($STRINGS $cachefile | $GREP -w $1)
|
H A D | Makefile | 4 TESTSDIR=${TESTSBASE}/sys/cddl/zfs/tests/cachefile 14 ${PACKAGE}FILES+= cachefile.cfg 15 ${PACKAGE}FILES+= cachefile.kshlib
|
/freebsd/libexec/rc/rc.d/ |
H A D | zpool | 20 local cachefile 22 for cachefile in /etc/zfs/zpool.cache /boot/zfs/zpool.cache; do 23 if [ -r $cachefile ]; then 24 zpool import -c $cachefile -a -N 26 echo "Import of zpool cache ${cachefile} failed," \ 29 zpool import -c $cachefile -a -N
|
/freebsd/sys/contrib/libsodium/packaging/dotnet-core/ |
H A D | prepare.py | 61 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/removal/ |
H A D | removal_with_zdb.ksh | 52 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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/ |
H A D | redundancy_draid.ksh | 77 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 -O compression=off -f -o cachefile=none $TESTPOOL $raid ${disks[@]} 237 log_must zpool import -o cachefile=none -d $dir $TESTPOOL
|
H A D | redundancy_raidz.ksh | 77 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 -O compression=off -f -o cachefile=none $TESTPOOL $raid ${disks[@]} 237 log_must zpool import -o cachefile=none -d $dir $TESTPOOL
|
H A D | redundancy_draid_damaged1.ksh | 84 log_must zpool import -o cachefile=none -d $dir $pool 118 log_must zpool create -O compression=off -f -o cachefile=none $TESTPOOL $raid ${disks[@]} 131 log_must zpool import -o cachefile=none -d $dir $TESTPOOL
|
H A D | redundancy_draid_damaged2.ksh | 92 log_must zpool create -f -O compression=off -o cachefile=none \ 106 log_must zpool import -o cachefile=none -d $dir $TESTPOOL 117 log_must zpool import -o cachefile=none -d $dir $TESTPOOL
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/ |
H A D | zpool_create_features_009_pos.ksh | 71 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/tools/regression/zfs/zpool/create/ |
H A D | option-o.t | 74 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/raidz/ |
H A D | raidz_expand_001_pos.ksh | 99 log_must zpool import -o cachefile=none -d $dir $pool 121 log_must zpool import -o cachefile=none -d $dir $pool 155 log_must zpool import -o cachefile=none -d $dir $pool 169 log_must zpool import -o cachefile=none -d $dir $pool 199 log_must zpool create -f -o cachefile=none $TESTPOOL $raid ${disks[@]}
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | import_cachefile_paths_changed.ksh | 44 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 D | import_cachefile_device_removed.ksh | 51 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 $poolcreate 79 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 \ 111 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 \
|