Home
last modified time | relevance | path

Searched refs:POOL_TAG (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/scripts/
H A Dzimport.sh261 POOL_TAG=$TAG
263 POOL_DIR=$TEST_DIR/pools/$POOL_TAG
297 $ZFS_CMD create "$POOL_TAG/fs" || \
299 populate "/$POOL_TAG/fs/" 10 100
305 $ZFS_CMD clone "$POOL_TAG/fs@snap" "$POOL_TAG/clone" || \
306 fail "Failed '$ZFS_CMD clone $POOL_TAG/fs@snap $POOL_TAG/clone'"
308 rm -Rf /$POOL_TAG/clone/*
309 populate "/$POOL_TAG/clone/" 10 100
313 $ZPOOL_CMD scrub "$POOL_TAG" || \
316 $ZPOOL_CMD export "$POOL_TAG" || \
[all …]