-
- Downloads
cta/CTA#506: tape-labeling in CTA
Add standalone command line tool cta-tape-label. Command mount, label, umount the tape pointed by VID option. Tape drive and library parameters used from /etc/cta/TPCONFIG file and catalogue parameters from /etc/cta/cta-catalogue.conf. To be labelled the tape must be present in the catalogue and must be empty. By default the tool labels the tape with enabled logical block protection if drive supports such mode. For non-blank tapes command checks previous tape label and label only if the old label is the same or match to the label in the command line oldLabel option. To skip label checks for non-blank tapes --force option could be used.
Showing
- catalogue/Catalogue.hpp 17 additions, 0 deletionscatalogue/Catalogue.hpp
- catalogue/CatalogueRetryWrapper.hpp 8 additions, 0 deletionscatalogue/CatalogueRetryWrapper.hpp
- catalogue/CatalogueTest.cpp 716 additions, 0 deletionscatalogue/CatalogueTest.cpp
- catalogue/DummyCatalogue.hpp 2 additions, 0 deletionscatalogue/DummyCatalogue.hpp
- catalogue/RdbmsCatalogue.cpp 68 additions, 0 deletionscatalogue/RdbmsCatalogue.cpp
- catalogue/RdbmsCatalogue.hpp 28 additions, 1 deletioncatalogue/RdbmsCatalogue.hpp
- common/Constants.hpp 1 addition, 0 deletionscommon/Constants.hpp
- continuousintegration/docker/ctafrontend/cc7/opt/run/bin/init.sh 2 additions, 1 deletion...ousintegration/docker/ctafrontend/cc7/opt/run/bin/init.sh
- continuousintegration/docker/ctafrontend/cc7/opt/run/bin/taped.sh 1 addition, 1 deletion...usintegration/docker/ctafrontend/cc7/opt/run/bin/taped.sh
- continuousintegration/orchestration/tests/prepare_tests.sh 14 additions, 0 deletionscontinuousintegration/orchestration/tests/prepare_tests.sh
- cta.spec.in 16 additions, 0 deletionscta.spec.in
- tapeserver/CMakeLists.txt 1 addition, 0 deletionstapeserver/CMakeLists.txt
- tapeserver/castor/tape/Constants.hpp 1 addition, 1 deletiontapeserver/castor/tape/Constants.hpp
- tapeserver/castor/tape/tapeserver/drive/DriveGeneric.hpp 1 addition, 1 deletiontapeserver/castor/tape/tapeserver/drive/DriveGeneric.hpp
- tapeserver/castor/tape/tapeserver/file/File.hpp 2 additions, 2 deletionstapeserver/castor/tape/tapeserver/file/File.hpp
- tapeserver/tapelabel/CMakeLists.txt 49 additions, 0 deletionstapeserver/tapelabel/CMakeLists.txt
- tapeserver/tapelabel/CmdLineTool.cpp 106 additions, 0 deletionstapeserver/tapelabel/CmdLineTool.cpp
- tapeserver/tapelabel/CmdLineTool.hpp 109 additions, 0 deletionstapeserver/tapelabel/CmdLineTool.hpp
- tapeserver/tapelabel/TapeLabelCmd.cpp 565 additions, 0 deletionstapeserver/tapelabel/TapeLabelCmd.cpp
- tapeserver/tapelabel/TapeLabelCmd.hpp 305 additions, 0 deletionstapeserver/tapelabel/TapeLabelCmd.hpp
Loading
Please register or sign in to comment