Skip to content
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(-)