Searched refs:POOL_DIR_COPY (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dzimport.sh253 # POOL_DIR_COPY - The directory containing a working copy of the pool.
263 POOL_DIR_COPY=$POOL_DIR/copy
483 $ZFS_SH zfs="spa_config_path=$POOL_DIR_COPY"
486 "$POOL_DIR_COPY" || \
487 fail "Failed to copy $POOL_DIR_PRISTINE to $POOL_DIR_COPY"
488 POOL_NAME=$($ZPOOL_CMD import -d "$POOL_DIR_COPY" | \
491 if ! $ZPOOL_CMD import -N -d "$POOL_DIR_COPY"
501 rm -Rf "$POOL_DIR_COPY"

Completed in 156 milliseconds