Lines Matching refs:pool
35 typeset pool=${1:-$MMP_POOL}
49 typeset pool=${1:-$MMP_POOL}
52 check_pool_import "$pool" "$opts" "status" \
59 typeset pool=${1:-$MMP_POOL}
62 while is_pool_imported "$pool" "$opts"; do
71 typeset pool=${1:-$MMP_POOL}
75 zpool import $opts $pool 2>&1 | grep -i "$msg"
154 typeset pool=${1:-$MMP_POOL}
162 log_must zpool create -f -o cachefile=$MMP_CACHE $pool \
164 log_must zpool set multihost=on $pool
169 typeset pool=${1:-$MMP_POOL}
171 typeset opts="-VVVVV -T120 -M -k0 -f $dir -E -p $pool"
173 mmp_pool_create_simple $pool $dir
176 log_must zpool export $pool
182 while ! is_pool_imported "$pool" "-d $dir"; do
190 typeset pool=${1:-$MMP_POOL}
199 if poolexists $pool; then
200 destroy_pool $pool
212 typeset pool=$1
216 log_must zpool export $pool
217 log_must zpool import $pool
227 typeset pool=$1
239 log_must zdb -e -p $devpath $pool >$tmpfile 2>/dev/null
263 typeset pool=$1
269 zpool import $opts $pool
282 typeset pool=$1
287 zpool import $opts $pool
306 typeset pool=$1
308 typeset hist_path="/proc/spl/kstat/zfs/$pool/multihost"
316 typeset pool=$1
318 typeset hist_path="/proc/spl/kstat/zfs/$pool/multihost"