-
v2_1_17_31
Tagging internal release 2.1.17-31
-
v2_1_17_29
Test version with encryption support in LTO drives.
-
v2_1_17_27
Tagging release 2.1.17-27
-
v2_1_17_26
Re-tagging official release 2.1.17-26
-
v2_1_17_25
Tagging release 2.1.17-25
-
v2_1_17_23Release v2_1_17_23
Internal release for tape operations. This release is targeted at testing the third pre-release version of the castor-tape-label command-line tool. The main reason for the third pre-release is the following commit: commit 6b4d676c4d5d46c34a10a745ac3b358804c8d2bf Author: Steven Murray <Steven.Murray@cern.ch> Date: Fri Dec 22 15:21:41 2017 +0100 Removed redundant calls to verifyVol1AndCheckVid() castor/tape/tapeserver/file/File.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
-
v2_1_17_22Release v2_1_17_22
Internal release for tape operations. This release is targeted at testing the second pre-release version of the castor-tape-label command-line tool.
-
v2_1_17_21Release v2_1_17_21
Internal release for tape operations. This release is targeted at testing the first pre-release version of the castor-tape-label command. This version of the command has the following preliminary fix: commit 7fbf5c79dc66157436273176f4722b581197523f Author: Steven Murray <Steven.Murray@cern.ch> Date: Tue Dec 12 13:54:03 2017 +0100 CASTOR-5494 Modify castor-tape-label to check label of mounted cartridge Fixed. .../tapeserver/daemon/DataTransferSessionTest.cpp | 24 ++-- castor/tape/tapeserver/daemon/LabelSession.cpp | 127 ++++----------------- castor/tape/tapeserver/daemon/LabelSession.hpp | 25 ---- castor/tape/tapeserver/file/File.cpp | 99 +++++++++++++++- castor/tape/tapeserver/file/File.hpp | 76 +++++++++++- castor/tape/tapeserver/file/FileTest.cpp | 4 +- 6 files changed, 197 insertions(+), 158 deletions(-)
-
v2_1_17_20Release v2_1_17_20
Internal release for tape operations. This release is targeted at the CASTOR repack tape servers that are both tape servers and disk servers. Due to their duality they require both tapeserverd fixed and the CASTOR disk manager fixed. v2_1_17_19 contained the tapeserverd fix and this release gets the disk manager fix, in other words the following commit: commit 7ed638a88dee20294756ecaa384ad593bc3e31f4 Author: Giuseppe Lo Presti <giuseppe.lopresti@cern.ch> Date: Wed Dec 13 13:57:02 2017 +0100 Partially reverted commit c547a971 (CASTOR-4977). This was at the source of the recall issues with ATLAS and CMS.
-
v2_1_17_19Release v2_1_17_19
Internal release for tape operations. This release includes the following bug fix from Eric: ``` commit c3a22248a1d25d822576bc4da592d26d2ffb7032 Fixed trying to draing empty queue in disk write task. ``` This fix will hopefully prevent CMS and ATLAS recalls from being blocked.
-
v2_1_17_17Release v2_1_17_17
Internal release for tape operations. This release fixes the DataTransferSessionTest.DataTransferSessionRAORecall unit-test
-
v2_1_17_16Release v2_1_17_16
Internal release for tape operations. This release adds requested RAO logging and the castor-tape-developer-acs-tools rpm.
-
v2_1_17_15Release v2_1_17_15
Internal release for tape operations The shared library libcastormessages.so is now in the castor-lib-tape rpm as opposed to the castor-tape-server rpm. The libcastormessages.so library is now in the correct rpm because it is shared between the castor-acs-server and castor-tape-server rpms and one should be able to install of these two rpms without having to install the other. Concretely, one should be able to install the castor-acs-server rpm on a CTA tape server without having to install the castor-tape-server rpm.
-
v2_1_17_14
Internal release for tape operations. The readtpblkid command-line tool and the tapegatewayd daemon now explicitly set RAOFileToRecallStruct::checksumName to NONE and RAOFileToRecallStruct::checksum to 0.
-
v2_1_17_13
Internal release for tape operations. The checksumName(), checksum() and fileSize() methods of RAOFileToRecallStruct will now throw an exception if their corresponding member variables have not been set.