]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
src/common/json: Modified JSON structures so they take advantage of ceph_json.h fully.
authorJonBailey1993 <jonathan.bailey1@ibm.com>
Mon, 25 Nov 2024 11:40:09 +0000 (11:40 +0000)
committerJon Bailey <jonathan.bailey1@ibm.com>
Tue, 7 Jan 2025 11:41:29 +0000 (11:41 +0000)
commitd8712e67221d4ca27c024adad4628829df425970
tree57c28b1285654fe4c39dd0030f45f78dfe9e650f
parent6804964b96ea38cba09988b4cda7b500dabdcbd1
src/common/json: Modified JSON structures so they take advantage of ceph_json.h fully.

Also moved and renamed JSONStructures files so they structures are more easily identifiable and usable by others if desired.

Signed-off-by: Jon Bailey <jonathan.bailey1@ibm.com>
15 files changed:
src/common/CMakeLists.txt
src/common/io_exerciser/CMakeLists.txt
src/common/io_exerciser/JsonStructures.cc [deleted file]
src/common/io_exerciser/JsonStructures.h [deleted file]
src/common/io_exerciser/RadosIo.cc
src/common/json/BalancerStructures.cc [new file with mode: 0644]
src/common/json/BalancerStructures.h [new file with mode: 0644]
src/common/json/CMakeLists.txt [new file with mode: 0644]
src/common/json/ConfigStructures.cc [new file with mode: 0644]
src/common/json/ConfigStructures.h [new file with mode: 0644]
src/common/json/OSDStructures.cc [new file with mode: 0644]
src/common/json/OSDStructures.h [new file with mode: 0644]
src/test/osd/CMakeLists.txt
src/test/osd/ceph_test_rados_io_sequence.cc
src/test/osd/ceph_test_rados_io_sequence.h