From 5f18153f726515a6e1a62aa58da800fe9680bd96 Mon Sep 17 00:00:00 2001 From: John Spray Date: Thu, 22 Jun 2017 11:52:23 +0100 Subject: [PATCH] qa: remove 'apply' from journal_tool_smoke.sh Recently removed this command from the tool. The correct one is `recover_dentries`. Signed-off-by: John Spray --- qa/workunits/suites/cephfs_journal_tool_smoke.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/suites/cephfs_journal_tool_smoke.sh b/qa/workunits/suites/cephfs_journal_tool_smoke.sh index fe9b60ab57e..be19c90f8c8 100755 --- a/qa/workunits/suites/cephfs_journal_tool_smoke.sh +++ b/qa/workunits/suites/cephfs_journal_tool_smoke.sh @@ -71,7 +71,7 @@ if [ ! -s $BINARY_OUTPUT ] ; then echo "Export to $BINARY_OUTPUT failed" exit -1 fi -$BIN event apply summary +$BIN event recover_dentries summary $BIN event splice summary echo "Rolling back journal to original state..." -- 2.47.3