Whamcloud - gitweb
Revert "LU-3264 tests: import ZFS pool which has file-based vdev"
authorOleg Drokin <green@whamcloud.com>
Thu, 23 May 2013 16:18:19 +0000 (12:18 -0400)
committerOleg Drokin <green@whamcloud.com>
Thu, 23 May 2013 16:23:36 +0000 (12:23 -0400)
Unfortunately zfs testing took a nosedive after this commit was included.

This reverts commit 3dffd5b5c4c95f29e718cab63e8ef1c7da0c1f8b.

lustre/tests/test-framework.sh

index f9ab7a6..231b6c3 100644 (file)
@@ -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
 }