From 3c1cb0f313e502e9f24128e1aad8d4111e3eb30e Mon Sep 17 00:00:00 2001 From: Zhu Shangzhong Date: Mon, 16 Jul 2018 15:16:29 +0800 Subject: [PATCH] doc: fix some errors in the cephfs-journal-tool Signed-off-by: Zhu Shangzhong --- doc/cephfs/cephfs-journal-tool.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/cephfs/cephfs-journal-tool.rst b/doc/cephfs/cephfs-journal-tool.rst index 0dd54fbc30a67..bd70e8170538a 100644 --- a/doc/cephfs/cephfs-journal-tool.rst +++ b/doc/cephfs/cephfs-journal-tool.rst @@ -24,7 +24,7 @@ Syntax cephfs-journal-tool journal cephfs-journal-tool header - cephfs-journal-tool event [filter] + cephfs-journal-tool event [filter] The tool operates in three modes: ``journal``, ``header`` and ``event``, @@ -139,7 +139,7 @@ Filtering: * ``--range ..[int end]`` only include events within the range begin (inclusive) to end (exclusive) * ``--path `` only include events referring to metadata containing the specified string -* ``--inode `` only include events referring to metadata containing the specified string +* ``--inode `` only include events referring to metadata containing the specified inode * ``--type `` only include events of this type * ``--frag [.frag id]`` only include events referring to this directory fragment * ``--dname `` 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) -- 2.39.5