-
- Downloads
Add concept of mount id to drive reservations (#1123)
Add a RESERVATION_SESSION_ID column to the drive table. When releasing disk space, only do so if the mount id is equal to the reservation session id
Showing
- ReleaseNotes.md 1 addition, 0 deletionsReleaseNotes.md
- catalogue/5.0/oracle_catalogue_schema.sql 1 addition, 0 deletionscatalogue/5.0/oracle_catalogue_schema.sql
- catalogue/5.0/postgres_catalogue_schema.sql 1 addition, 0 deletionscatalogue/5.0/postgres_catalogue_schema.sql
- catalogue/5.0/sqlite_catalogue_schema.sql 1 addition, 0 deletionscatalogue/5.0/sqlite_catalogue_schema.sql
- catalogue/AllCatalogueSchema.hpp 3 additions, 0 deletionscatalogue/AllCatalogueSchema.hpp
- catalogue/Catalogue.hpp 3 additions, 2 deletionscatalogue/Catalogue.hpp
- catalogue/CatalogueRetryWrapper.hpp 4 additions, 4 deletionscatalogue/CatalogueRetryWrapper.hpp
- catalogue/CatalogueTest.cpp 2 additions, 0 deletionscatalogue/CatalogueTest.cpp
- catalogue/DummyCatalogue.hpp 19 additions, 4 deletionscatalogue/DummyCatalogue.hpp
- catalogue/RdbmsCatalogue.cpp 38 additions, 22 deletionscatalogue/RdbmsCatalogue.cpp
- catalogue/RdbmsCatalogue.hpp 3 additions, 2 deletionscatalogue/RdbmsCatalogue.hpp
- catalogue/common_catalogue_schema.sql 1 addition, 0 deletionscatalogue/common_catalogue_schema.sql
- catalogue/migrations/liquibase/oracle/4.5to5.0.sql 18 additions, 10 deletionscatalogue/migrations/liquibase/oracle/4.5to5.0.sql
- common/dataStructures/TapeDrive.cpp 5 additions, 2 deletionscommon/dataStructures/TapeDrive.cpp
- common/dataStructures/TapeDrive.hpp 1 addition, 0 deletionscommon/dataStructures/TapeDrive.hpp
- scheduler/OStoreDB/OStoreDB.cpp 4 additions, 4 deletionsscheduler/OStoreDB/OStoreDB.cpp
- scheduler/SchedulerTest.cpp 1 addition, 0 deletionsscheduler/SchedulerTest.cpp
- tapeserver/castor/tape/tapeserver/daemon/DataTransferSessionTest.cpp 1 addition, 0 deletions...castor/tape/tapeserver/daemon/DataTransferSessionTest.cpp
Loading
Please register or sign in to comment