Skip to content

Commit 3383af5

Browse files
Merge pull request ceph#60330 from JonBailey1993/JonBailey1993/ceph_test_rados_io_sequence_inject_error
common/io_exerciser: Add support to ceph_test_rados_io_sequence injecting errors for testing how erasure coding deals with error scenarios Reviewed-by: Ronen Friedman <[email protected]>
2 parents 46a6f8e + 8fb7829 commit 3383af5

34 files changed

+4211
-2388
lines changed

src/common/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ if(WIN32)
1313
endif()
1414

1515
add_subdirectory(io_exerciser)
16+
add_subdirectory(json)
1617
add_subdirectory(options)
1718

1819
set(common_srcs

src/common/io_exerciser/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ add_library(object_io_exerciser STATIC
55
Model.cc
66
ObjectModel.cc
77
RadosIo.cc
8+
EcIoSequence.cc
89
)
910

1011
target_link_libraries(object_io_exerciser
11-
librados
12+
librados
1213
global
14+
json_structures
1315
)

0 commit comments

Comments
 (0)