From: Kefu Chai Date: Thu, 6 Jun 2019 09:13:25 +0000 (+0800) Subject: ceph.spec.in: package crimson-osd X-Git-Tag: v15.1.0~2531^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=34b02f00d02e72880b8bed90e3c3daab43ac9da9;p=ceph.git ceph.spec.in: package crimson-osd Signed-off-by: Kefu Chai --- diff --git a/ceph.spec.in b/ceph.spec.in index 708d81fd6767..bd144776bd74 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -650,6 +650,19 @@ ceph-osd is the object storage daemon for the Ceph distributed file system. It is responsible for storing objects on a local file system and providing access to them over the network. +%if 0%{with seastar} +%package crimson-osd +Summary: Ceph Object Storage Daemon (crimson) +%if 0%{?suse_version} +Group: System/Filesystems +%endif +Requires: ceph-osd = %{_epoch_prefix}%{version}-%{release} +%description crimson-osd +crimson-osd is the object storage daemon for the Ceph distributed file +system. It is responsible for storing objects on a local file system +and providing access to them over the network. +%endif + %package -n librados2 Summary: RADOS distributed object store client library %if 0%{?suse_version} @@ -1936,6 +1949,11 @@ if [ $1 -ge 1 ] ; then fi fi +%if 0%{with seastar} +%files crimson-osd +%{_bindir}/crimson-osd +%endif + %if %{with ocf} %files resource-agents