-
v2_1_17_236b4d676c · ·
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_22e8babff6 · ·
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_217fbf5c79 · ·
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_207ed638a8 · ·
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_19c3a22248 · ·
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_17ccc70b91 · ·
Internal release for tape operations. This release fixes the DataTransferSessionTest.DataTransferSessionRAORecall unit-test
-
v2_1_17_162981fbc2 · ·
Internal release for tape operations. This release adds requested RAO logging and the castor-tape-developer-acs-tools rpm.
-
-
v2_1_17_15c9521013 · ·
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_147ed30ec1 · ·
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_135db8f48b · ·
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.