Skip to content

Commit 12b9d73

Browse files
committed
mdstypes: Dump export_ephemeral_random_pin as double
Fixes: https://tracker.ceph.com/issues/71944 Signed-off-by: Enrico Bocchi <[email protected]>
1 parent 25803ec commit 12b9d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/cephfs/types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,7 @@ void inode_t<Allocator>::dump(ceph::Formatter *f) const
11901190
f->dump_unsigned("time_warp_seq", time_warp_seq);
11911191
f->dump_unsigned("change_attr", change_attr);
11921192
f->dump_int("export_pin", export_pin);
1193-
f->dump_int("export_ephemeral_random_pin", export_ephemeral_random_pin);
1193+
f->dump_float("export_ephemeral_random_pin", export_ephemeral_random_pin);
11941194
f->dump_bool("export_ephemeral_distributed_pin", get_ephemeral_distributed_pin());
11951195
f->dump_bool("quiesce_block", get_quiesce_block());
11961196

0 commit comments

Comments
 (0)