diff --git a/src/XrdCms/XrdCmsCluster.cc b/src/XrdCms/XrdCmsCluster.cc index 4066ae63e9c..db19bab621f 100644 --- a/src/XrdCms/XrdCmsCluster.cc +++ b/src/XrdCms/XrdCmsCluster.cc @@ -970,7 +970,7 @@ int XrdCmsCluster::Select(XrdCmsSelect &Sel) pmask |= pinfo.ssvec & Sel.nmask; if (pmask && maxBits(pmask, baseFS.dfsTries())) {Sel.Resp.DLen = snprintf(Sel.Resp.Data, sizeof(Sel.Resp.Data)-1, - "Too many attempts to gain dfs %s access to the file", Amode)+1; + "File not found - too many attempts to gain dfs %s access to the file", Amode)+1; return RetryErr; } } diff --git a/xrootd.spec b/xrootd.spec index 2b592d4e2b3..74563b5e508 100644 --- a/xrootd.spec +++ b/xrootd.spec @@ -18,7 +18,7 @@ Name: xrootd Epoch: 1 -Release: 1%{?dist}%{?with_clang:.clang}%{?with_asan:.asan}%{?with_openssl11:.ssl11} +Release: 3%{?dist}%{?with_clang:.clang}%{?with_asan:.asan}%{?with_openssl11:.ssl11} Summary: Extended ROOT File Server Group: System Environment/Daemons License: LGPL-3.0-or-later AND BSD-2-Clause AND BSD-3-Clause AND curl AND MIT AND Zlib @@ -319,12 +319,12 @@ xrdcl-http is an XRootD client plugin which allows XRootD to interact with HTTP repositories. %if %{with ceph} -%package ceph +%package ceph-buffered Summary: XRootD plugin for interfacing with the Ceph storage platform Group: System Environment/Libraries Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release} -%description ceph +%description ceph-buffered The xrootd-ceph is an OSS layer plugin for the XRootD server for interfacing with the Ceph storage platform. %endif @@ -870,7 +870,7 @@ fi %config(noreplace) %{_sysconfdir}/%{name}/client.plugins.d/xrdcl-http-plugin.conf %if %{with ceph} -%files ceph +%files ceph-buffered %{_libdir}/libXrdCeph-5.so %{_libdir}/libXrdCephXattr-5.so %{_libdir}/libXrdCephPosix.so.*