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

ceph-dev*: intermediate transition to WITH_CRIMSON #2329

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Matan-B
Copy link
Contributor

@Matan-B Matan-B commented Feb 25, 2025

See: ceph/ceph#61672
This PR changes any WITH_SEASTAR / --with-seastar to WITH_CRIMSON / --with crimson respectively. We should let our builders add the new flags and once the PR is merged we could clean up the unused WITH_SEASTAR.

See: ceph/ceph#61672
This PR changes any WITH_SEASTAR / --with-seastar to WITH_CRIMSON /
--with crimson respectively. We should let our builders add the new flags
and once the PR is merged we could clean up the unused WITH_SEASTAR.

Signed-off-by: Matan Breizman <[email protected]>
@@ -874,6 +874,7 @@ ceph_build_args_from_flavor() {
;;
crimson)
CEPH_EXTRA_RPMBUILD_ARGS="--with seastar"
CEPH_EXTRA_RPMBUILD_ARGS="${CEPH_EXTRA_RPMBUILD_ARGS} --with crimson"
Copy link
Contributor

Choose a reason for hiding this comment

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

This construct looks weird / confusing. Isn't += working here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I tried += first but I saw already existing users here that go with this approach so I preferred keeping it that way. This should be removed once the PR mentioned is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants