I didn't see him say so, but Sage pulled this in last week...thanks! :)
-Greg

On Wed, Feb 15, 2012 at 8:29 AM, Holger Macht <[email protected]> wrote:
> OSDs (src/osd/ClassHandler.cc) specifically look for libcls_*.so in
> /usr/$libdir/rados-classes, so libcls_rbd.so and libcls_rgw.so need to
> be shipped along with the base package.
>
> Signed-off-by: Holger Macht <[email protected]>
> ---
>  ceph.spec.in |    6 ++----
>  1 files changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/ceph.spec.in b/ceph.spec.in
> index 48fd4ee..58c3af7 100644
> --- a/ceph.spec.in
> +++ b/ceph.spec.in
> @@ -348,8 +348,8 @@ fi
>  %ghost %dir %{_localstatedir}/run/ceph/
>  %dir %{_sysconfdir}/ceph/
>  /usr/sbin/rcceph
> -%{_libdir}/rados-classes/libcls_rbd.so.*
> -%{_libdir}/rados-classes/libcls_rgw.so.*
> +%{_libdir}/rados-classes/libcls_rbd.so*
> +%{_libdir}/rados-classes/libcls_rgw.so*
>
>  #################################################################################
>  %files fuse
> @@ -377,8 +377,6 @@ fi
>  %dir %{_includedir}/rbd
>  %{_includedir}/rbd/librbd.h
>  %{_includedir}/rbd/librbd.hpp
> -%{_libdir}/rados-classes/libcls_rbd.so
> -%{_libdir}/rados-classes/libcls_rgw.so
>  %{_libdir}/libcephfs.so
>  %{_libdir}/librbd.so
>  %{_libdir}/librgw.so
> --
> 1.7.7
>
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to [email protected]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to