-
- Downloads
Added InMemoryCatalogue and OracleCatalogue.
PLEASE NOTE: The tapeserverd daemon (ProcessForker::runDataTransferSession) now reads the connection details of the catalogue database from the following configuration file at the beginning on each tape mount: /etc/cta/cta_catalogue_db.conf Installing the CTA rpms will install the following example file: /etc/cta/cta_catalogue_db.conf.example This example file document the syntax of the database connect details. For the time being the contents of cta_catalogue_db.conf should simple be: in_memory This means the tapeserverd daemon will use an in-memory catalogue database.
Showing
- catalogue/CMakeLists.txt 2 additions, 0 deletionscatalogue/CMakeLists.txt
- catalogue/CatalogueFactory.cpp 4 additions, 11 deletionscatalogue/CatalogueFactory.cpp
- catalogue/CatalogueFactoryTest.cpp 0 additions, 1 deletioncatalogue/CatalogueFactoryTest.cpp
- catalogue/InMemoryCatalogue.cpp 67 additions, 0 deletionscatalogue/InMemoryCatalogue.cpp
- catalogue/InMemoryCatalogue.hpp 26 additions, 10 deletionscatalogue/InMemoryCatalogue.hpp
- catalogue/OracleCatalogue.cpp 43 additions, 0 deletionscatalogue/OracleCatalogue.cpp
- catalogue/OracleCatalogue.hpp 52 additions, 0 deletionscatalogue/OracleCatalogue.hpp
- catalogue/RdbmsCatalogue.cpp 1 addition, 2 deletionscatalogue/RdbmsCatalogue.cpp
- catalogue/RdbmsCatalogue.hpp 1 addition, 5 deletionscatalogue/RdbmsCatalogue.hpp
- catalogue/RdbmsCatalogueTest.cpp 38 additions, 41 deletionscatalogue/RdbmsCatalogueTest.cpp
- catalogue/SqliteConn.cpp 0 additions, 27 deletionscatalogue/SqliteConn.cpp
- catalogue/SqliteConn.hpp 0 additions, 14 deletionscatalogue/SqliteConn.hpp
- tapeserver/castor/tape/tapeserver/daemon/ProcessForker.cpp 4 additions, 5 deletionstapeserver/castor/tape/tapeserver/daemon/ProcessForker.cpp
Loading
Please register or sign in to comment