Skip to content

Commit 08c334b

Browse files
committed
ceph.spec.in: Include Crimson by default in RPM builds
With ceph#65782 merged, Crimson could be now built as part of the default RPM build flavor. The binaries ceph-osd-crimson and ceph-osd-classic are managed via `update-alternatives` and selected based on priority: - ceph-osd-classic keeps the **highest** priority (100) and remains the default. - Switching to crimson is possible via: update-alternatives --set ceph-osd /usr/bin/ceph-osd-crimson Existing classic behavior remains unchanged unless the above command is explicitly executed. Signed-off-by: Matan Breizman <[email protected]>
1 parent d566702 commit 08c334b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ceph.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
%bcond_with lua_packages
9292
%endif
9393
%endif
94-
%bcond_with crimson
94+
%bcond_without crimson
9595
%if 0%{?suse_version} || 0%{?openEuler}
9696
%bcond_with jaeger
9797
%else

0 commit comments

Comments
 (0)