Skip to content

Commit de57862

Browse files
committed
Merge PR ceph#60210 into main
* refs/pull/60210/head: doc: update 'header get' output in cephfs-journal-tool.rst Reviewed-by: Patrick Donnelly <[email protected]>
2 parents d3a9045 + 1b535c0 commit de57862

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/cephfs/cephfs-journal-tool.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ Example: header get/set
105105
"write_pos": 4274947,
106106
"expire_pos": 4194304,
107107
"trimmed_pos": 4194303,
108+
"stream_format": 1,
108109
"layout": { "stripe_unit": 4194304,
109-
"stripe_count": 4194304,
110+
"stripe_count": 1,
110111
"object_size": 4194304,
111-
"cas_hash": 4194304,
112-
"object_stripe_unit": 4194304,
113-
"pg_pool": 4194304}}
112+
"pool_id": 2,
113+
"pool_ns": ""}}
114114

115115
# cephfs-journal-tool header set trimmed_pos 4194303
116116
Updating trimmed_pos 0x400000 -> 0x3fffff

0 commit comments

Comments
 (0)