diff options
author | Jason Dillaman <dillaman@redhat.com> | 2019-02-03 17:28:37 +0100 |
---|---|---|
committer | Jason Dillaman <dillaman@redhat.com> | 2019-02-20 20:59:26 +0100 |
commit | 65c8733b56d2392ec70d6bf4db994697a4828287 (patch) | |
tree | 3329763790a307b7660bcd2da5ab275aa4f45c7f /src/test/cls_lock | |
parent | Merge pull request #26465 from dzafman/wip-38344 (diff) | |
download | ceph-65c8733b56d2392ec70d6bf4db994697a4828287.tar.xz ceph-65c8733b56d2392ec70d6bf4db994697a4828287.zip |
librados: revert librados3/libradoscc back to librados2
For backwards compatibility and upgrade reasons, the librados2
API needs to be preserved and it needs to continue to be compatible
with dependent libraries like librbd1.
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Diffstat (limited to 'src/test/cls_lock')
-rw-r--r-- | src/test/cls_lock/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/cls_lock/CMakeLists.txt b/src/test/cls_lock/CMakeLists.txt index 53f36725c56..eef2de40edc 100644 --- a/src/test/cls_lock/CMakeLists.txt +++ b/src/test/cls_lock/CMakeLists.txt @@ -3,7 +3,7 @@ add_executable(ceph_test_cls_lock ) target_link_libraries(ceph_test_cls_lock cls_lock_client - librados-cxx + librados global ${UNITTEST_LIBS} ${BLKID_LIBRARIES} |