Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test/librbd/CMakeLists.txt: ceph_test_librbd_fsx requires linux includes/libs #13630

Merged
merged 1 commit into from Feb 28, 2017

Conversation

wjwithagen
Copy link
Contributor

  • So exclude the test

Signed-off-by: Willem Jan Withagen wjw@digiware.nl

@@ -123,6 +123,7 @@ target_link_libraries(ceph_test_librbd_api
set_target_properties(ceph_test_librbd_api PROPERTIES COMPILE_FLAGS
${UNITTEST_CXX_FLAGS})

ifdef(LINUX)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably what you meant is

if(DEFINED LINUX)

but i'd suggest use

if(LINUX)

for consistency.

but can we just disable the krbd support in fsx.cc? is there any other linux specific bits in it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tchaikov
Arggh, sometimes my head overflows with all the syntax versions.
And I did not copy my wip-version because master changed too much.
And redoing it seemed easier.
have fixed/rebased.

…des/libs

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
@tchaikov tchaikov merged commit 4f9580d into ceph:master Feb 28, 2017
@wjwithagen wjwithagen deleted the wip-wjw-fsx-linux branch January 23, 2019 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants