Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Document versions of XrdCeph that are built

XRootD 5.5.1-2

RAL build of Core XRootD packages:
Based on the tagged official release version of 5.5.1 (fc3de63365ae644d8dcd0b8d8352da5fa456a2fb)
Same additional updates as described in 5.5.0-2

XRootD 5.5.0-4 (for testing only)

fadc25276ce63e727ba70baae461530663142dbd

As 5.5.0-3, but with a change to help test LHCb vector read problems:

diff --git a/src/XProtocol/XProtocol.hh b/src/XProtocol/XProtocol.hh
index eb9af2c..da75f8a 100644
--- a/src/XProtocol/XProtocol.hh
+++ b/src/XProtocol/XProtocol.hh
@@ -683,7 +683,7 @@ struct read_list {
 };
 static const int rlItemLen = sizeof(read_list);
 static const int maxRvecln = 16384;
-static const int maxRvecsz = maxRvecln/rlItemLen;
+static const int maxRvecsz = 16;
 }

XRootD 5.5.0-3

As 5.5.0-2, but with workaround for SegV with -S (multi stream xrdcp) flag

(35fed472e84963281e2cbe3a76679d058fc6f209)

XRootD 5.5.0-2

RAL build of Core XRootD packages
Based on the tagged official release version of 5.5.0
Adds (server side) fix from Jyotish for 5.4.3 client protection in Paged Reads
https://github.com/xrootd/xrootd/issues/1740

Proposed fix: https://github.com/xrootd/xrootd/pull/1749

XrdCeph 5.5.0-2

  • Adds Correct return error code for attempted write on existing file with O_EXCL is set (permission denied).

  • Adds timestamp info for ceph_posix calls.

  • Disable POSC at XrdCeph layer (https://github.com/stfc/xrootd-ceph/pull/30 ), as proxy+ceph disabled it, but a merged configuration does not. POSC results in all files being treated as folders.

  • xrootd-ceph-buffered-5.5.0-2.el7

    • 1051ad06f788ec81eec20506af0eb163b405e3db

  • xrootd-ceph-5.5.0-2.el7.x86_64

    • e631744b78faf5a923db600095a45a99676c729b

  • git@github.com:stfc/xrootd-ceph.git

  • Built against XrootD v5.5.0 using devtoolset-7

XrdCeph 5.5.0-1

Base version for the 5.5.0 series.

  • xrootd-ceph-buffered-5.5.0-1.el7

    • c1373c6c40e08429dced718443539814c67ab378

  • xrootd-ceph-5.5.0-1.el7.x86_64

    • 67a59214f285c92e266cfd2d45d99df120046e1b

  • git@github.com:stfc/xrootd-ceph.git

  • Built against XrootD v5.5.0 using devtoolset-7

  • No labels