]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-dencoder: osd - Add missing types 52871/head
authorNitzanMordhai <nmordech@redhat.com>
Wed, 28 Jun 2023 09:57:11 +0000 (09:57 +0000)
committerNitzanMordhai <nmordech@redhat.com>
Wed, 20 Dec 2023 06:04:33 +0000 (06:04 +0000)
commit899276a5aa9f07a2faf4e7b659c0ea5c90dbf3b9
treee41d57415f8ea8da386cc1cb5f808f9f11314c54
parent74ad7ff7ca37d88c61e57b93759388c80fc7e2f5
ceph-dencoder: osd - Add missing types

Currently, ceph-dencoder lacks certain osd types, preventing us from accurately checking the ceph corpus for encode-decode mismatches.
This pull request aims to address this issue by adding the missing types to ceph-dencoder.

To successfully incorporate these types into ceph-dencoder, we need to introduce the necessary `dump` and `generate_test_instances`
functions that was missing in some types. These functions are essential for proper encode and decode of the added types.

This PR will enhance the functionality of ceph-dencoder by including the missing types, enabling a comprehensive analysis of encode-decode consistency.
With the addition of these types, we can ensure the robustness and correctness of the ceph corpus.

This update will significantly contribute to improving the overall reliability and accuracy of ceph-dencoder.
It allows for a more comprehensive assessment of the encode-decode behavior, leading to enhanced data integrity and stability within the ceph ecosystem.

Fixes: https://tracker.ceph.com/issues/61788
Signed-off-by: Nitzan Mordechai <nmordech@redhat.com>
26 files changed:
src/cls/fifo/cls_fifo.cc
src/include/cephfs/types.h
src/mgr/DaemonHealthMetric.h
src/mgr/MetricTypes.h
src/mgr/OSDPerfMetricTypes.cc
src/mgr/OSDPerfMetricTypes.h
src/mon/CreatingPGs.h
src/mon/MgrMap.h
src/mon/MonCommand.h
src/mon/MonMap.cc
src/mon/MonMap.h
src/mon/PGMap.h
src/mon/health_check.h
src/mon/mon_types.h
src/os/Transaction.h
src/os/bluestore/bluefs_types.cc
src/os/bluestore/bluefs_types.h
src/os/bluestore/bluestore_types.h
src/osd/OSDMap.h
src/osd/SnapMapper.cc
src/osd/SnapMapper.h
src/osd/osd_types.cc
src/osd/osd_types.h
src/tools/ceph-dencoder/denc_plugin.h
src/tools/ceph-dencoder/denc_registry.h
src/tools/ceph-dencoder/osd_types.h