]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: package crimson-osd
authorKefu Chai <kchai@redhat.com>
Thu, 6 Jun 2019 09:13:25 +0000 (17:13 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 7 Jun 2019 14:17:19 +0000 (22:17 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph.spec.in

index 708d81fd6767ead1c076cd58e8f3952fdccace03..bd144776bd744bca2e2da1b65ac7ea48ebbbca3b 100644 (file)
@@ -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