From: Oleg Drokin Date: Thu, 23 May 2013 16:18:19 +0000 (-0400) Subject: Revert "LU-3264 tests: import ZFS pool which has file-based vdev" X-Git-Tag: 2.4.0~8 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b0b285721d7ad045e9b973ffbc9c79fd9b5ae585;p=fs%2Flustre-release.git Revert "LU-3264 tests: import ZFS pool which has file-based vdev" Unfortunately zfs testing took a nosedive after this commit was included. This reverts commit 3dffd5b5c4c95f29e718cab63e8ef1c7da0c1f8b. --- diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index f9ab7a6..231b6c3 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -916,7 +916,6 @@ import_zpool() { poolname=$(zpool_name $facet) if [[ -n "$poolname" ]]; then - opts+=" -d $(dirname $(facet_vdevice $facet))" do_facet $facet "$ZPOOL import -f $opts $poolname" fi }