-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ceph#59857 from JonBailey1993/JonBailey1993/ceph_t…
…est_rados_io_sequence src/test/osd: create ceph_test_rados_io_sequence testing tool Reviewed-by: Ronen Friedman <[email protected]>
- Loading branch information
Showing
17 changed files
with
3,602 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
add_library(object_io_exerciser STATIC | ||
DataGenerator.cc | ||
IoOp.cc | ||
IoSequence.cc | ||
Model.cc | ||
ObjectModel.cc | ||
RadosIo.cc | ||
) | ||
|
||
target_link_libraries(object_io_exerciser | ||
librados | ||
global | ||
) |
Oops, something went wrong.