From e2f8f607ec72e61e054fe2d1518379f968e1d44c Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Thu, 12 Aug 2010 21:04:29 -0700 Subject: [PATCH] Honor spa_config_path for ztest '-f' option See commit d24fbedd018b4b08ff0359e0f5ec5d08dad38e61. --- cmd/ztest/ztest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/ztest/ztest.c b/cmd/ztest/ztest.c index ea5d96ba4c..c9342284b0 100644 --- a/cmd/ztest/ztest.c +++ b/cmd/ztest/ztest.c @@ -4917,6 +4917,7 @@ ztest_run_zdb(char *pool) isa, zopt_verbose >= 3 ? "s" : "", zopt_verbose >= 4 ? "v" : "", + spa_config_path, pool); free(isa);