]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-dencoder: Add missing rgw types to ceph-dencoder for accurate encode-decode...
authorNitzanMordhai <nmordech@redhat.com>
Sun, 25 Jun 2023 08:41:55 +0000 (08:41 +0000)
committerNitzanMordhai <nmordech@redhat.com>
Thu, 7 Sep 2023 07:53:56 +0000 (07:53 +0000)
commit0bf8d645bbc1e711307d717b1779ddc6cc5c592c
treeddf748e47a75265fbc0d5ee4ae2d85c3d7d09249
parent4c7d80ccb649eb6f1693002a861451ef9c1d66c5
ceph-dencoder: Add missing rgw types to ceph-dencoder for accurate encode-decode comparison

Currently, ceph-dencoder lacks certain rgw 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>
34 files changed:
src/cls/log/cls_log_ops.h
src/cls/rgw/cls_rgw_ops.h
src/cls/rgw/cls_rgw_types.cc
src/cls/rgw/cls_rgw_types.h
src/cls/rgw_gc/cls_rgw_gc_ops.h
src/cls/rgw_gc/cls_rgw_gc_types.h
src/rgw/driver/rados/rgw_obj_manifest.cc
src/rgw/driver/rados/rgw_obj_manifest.h
src/rgw/driver/rados/rgw_rados.cc
src/rgw/driver/rados/rgw_rados.h
src/rgw/driver/rados/rgw_user.h
src/rgw/driver/rados/rgw_zone.cc
src/rgw/rgw_acl_types.h
src/rgw/rgw_basic_types.h
src/rgw/rgw_common.cc
src/rgw/rgw_common.h
src/rgw/rgw_compression.cc
src/rgw/rgw_compression_types.h
src/rgw/rgw_cors.cc
src/rgw/rgw_cors.h
src/rgw/rgw_obj_types.h
src/rgw/rgw_object_lock.cc
src/rgw/rgw_object_lock.h
src/rgw/rgw_placement_types.h
src/rgw/rgw_pool_types.h
src/rgw/rgw_quota.cc
src/rgw/rgw_quota_types.h
src/rgw/rgw_sync_policy.cc
src/rgw/rgw_sync_policy.h
src/rgw/rgw_tag.cc
src/rgw/rgw_tag.h
src/rgw/rgw_zone.cc
src/rgw/rgw_zone_types.h
src/tools/ceph-dencoder/rgw_types.h