]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: remove 'apply' from journal_tool_smoke.sh 15844/head
authorJohn Spray <john.spray@redhat.com>
Thu, 22 Jun 2017 10:52:23 +0000 (11:52 +0100)
committerJohn Spray <john.spray@redhat.com>
Thu, 22 Jun 2017 10:52:23 +0000 (11:52 +0100)
Recently removed this command from the tool.  The
correct one is `recover_dentries`.

Signed-off-by: John Spray <john.spray@redhat.com>
qa/workunits/suites/cephfs_journal_tool_smoke.sh

index fe9b60ab57e4b914c536c1330554140aa32ad94b..be19c90f8c850128b8ecf25808740489c116b336 100755 (executable)
@@ -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..."