From: John Spray Date: Thu, 22 Jun 2017 10:52:23 +0000 (+0100) Subject: qa: remove 'apply' from journal_tool_smoke.sh X-Git-Tag: v12.1.1~144^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5f18153f726515a6e1a62aa58da800fe9680bd96;p=ceph.git 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 --- diff --git a/qa/workunits/suites/cephfs_journal_tool_smoke.sh b/qa/workunits/suites/cephfs_journal_tool_smoke.sh index fe9b60ab57e4..be19c90f8c85 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..."