- Mar 12, 2020
-
-
Cedric CAFFY authored
Deleted Schema version 1.2 Adapted tapepool management so that it works with the new VIRTUAL_ORGANIZATION table Adapted unit tests so that a VO is created before a tapePool is created Adapted prepare_test.sh so that it creates a VO before creating the TapePool
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
Added deletion of existing VOs in the SetUp() method of CatalogueTest
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
- Mar 11, 2020
-
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
- Mar 10, 2020
-
-
Julien Leduc authored
-
- Mar 06, 2020
-
-
Julien Leduc authored
-
Julien Leduc authored
-
Julien Leduc authored
-
Giuseppe Lo Presti authored
The added codes appeared in production (with the CASTOR Nameserver) during a network incident with the Oracle Clusterware.
-
Julien Leduc authored
-
- Mar 05, 2020
-
-
Cedric CAFFY authored
-
- Mar 04, 2020
-
-
Cedric CAFFY authored
-
- Mar 02, 2020
-
-
Cedric CAFFY authored
-
Cedric CAFFY authored
Corrected helgrind errors by adding mutexes for multithread access to RecallReportPacker attributes.
-
Cedric CAFFY authored
If the disk threads are not finished after the TapeReadSingleThread finished, the status of the drive will be "DrainingToDisk" This removed a RecallReportPacker exception when trying to release disk space reservation for backpressure
-
Cedric CAFFY authored
In DriveState::addDiskSpaceReservation and substractDiskSpaceReservation, use a reference to the mutable_disk_space_reservations item
-
- Feb 26, 2020
-
-
Julien Leduc authored
upgrading to eos 4.7.0-20200221155245git994c2f1 that adds eosreports for failed transfers and fix xrootd query prepare on_tape bug
-
- Feb 21, 2020
-
- Feb 19, 2020
-
-
Julien Leduc authored
-
Julien Leduc authored
-
Julien Leduc authored
-
- Feb 18, 2020
-
-
Cedric CAFFY authored
Added UNIQUE constraint on STORAGE_CLASS_NAME and removed the the UNIQUE constraint on DISK_INSTANCE_NAME and STORAGE_CLASS_NAME
-
- Feb 13, 2020
-
-
Julien Leduc authored
-
Cedric CAFFY authored
-
Michael Davis authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
Tape session finished message now tells if the tape has been mounted or not via the boolean wasTapeMounted
-
Cedric CAFFY authored
If the RecallTaskInjector had to do RAO query that takes too much time, the TapeReadSingleThread could start its infinite loop with no Recall task in it, this would cause the stopping of the RecallTaskInjector. Thus, even if there are Retrieve jobs in the queue, as the RecallTaskInjector is stopped, the TapeReadSingleThread will not be feed with Read tasks and will terminate. The remaining jobs in the queue will trigger a new mount
-