]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix some errors in the cephfs-journal-tool 23068/head
authorZhu Shangzhong <zhu.shangzhong@zte.com.cn>
Mon, 16 Jul 2018 07:16:29 +0000 (15:16 +0800)
committerZhu Shangzhong <zhu.shangzhong@zte.com.cn>
Mon, 16 Jul 2018 07:16:29 +0000 (15:16 +0800)
Signed-off-by: Zhu Shangzhong <zhu.shangzhong@zte.com.cn>
doc/cephfs/cephfs-journal-tool.rst

index 0dd54fbc30a67e21e0be81c99806b525be7b55cd..bd70e8170538ab26aa7e71ae0578903a725211f9 100644 (file)
@@ -24,7 +24,7 @@ Syntax
 
     cephfs-journal-tool journal <inspect|import|export|reset>
     cephfs-journal-tool header <get|set>
-    cephfs-journal-tool event <get|splice|apply> [filter] <list|json|summary>
+    cephfs-journal-tool event <get|splice|apply> [filter] <list|json|summary|binary>
 
 
 The tool operates in three modes: ``journal``, ``header`` and ``event``,
@@ -139,7 +139,7 @@ Filtering:
 
 * ``--range <int begin>..[int end]`` only include events within the range begin (inclusive) to end (exclusive)
 * ``--path <path substring>`` only include events referring to metadata containing the specified string
-* ``--inode <int>`` only include events referring to metadata containing the specified string
+* ``--inode <int>`` only include events referring to metadata containing the specified inode
 * ``--type <type string>`` only include events of this type
 * ``--frag <ino>[.frag id]`` only include events referring to this directory fragment
 * ``--dname <string>`` only include events referring to this named dentry within a directory
@@ -197,7 +197,7 @@ Example: event mode
     0x404032 UPDATE:  (openc)
       dirbravo/.filebravo1.swpx
 
-    # cephfs-journal-tool event get --path /filebravo1 list
+    # cephfs-journal-tool event get --path filebravo1 list
     0x40785a UPDATE:  (openc)
       dirbravo/filebravo1
     0x4103ee UPDATE:  (cap update)