- Jun 17, 2019
- Jun 04, 2019
-
-
Cedric CAFFY authored
Deleted the checking of the presence of non superseded files during an Archive Mount.
-
- May 22, 2019
-
-
Steven Murray authored
-
Steven Murray authored
-
- May 21, 2019
-
-
Steven Murray authored
-
- May 20, 2019
-
-
Steven Murray authored
-
- May 07, 2019
-
-
Steven Murray authored
Fixed.
-
- Apr 15, 2019
-
-
Cedric CAFFY authored
-
Eric Cano authored
Replaced the map of tape files with a list as the assumption that we have one copy per copyNb is no more valid with repack.
-
Cedric CAFFY authored
Added a check while mounting a tape for writing : if some tape files located in the writing tape are not superseded by others, the write session will fail. Note: The test CatalogueTest.exist_non_superseded_files_after_fseq is supposed to fail.
-
Cedric CAFFY authored
-
- Feb 27, 2019
-
-
Cedric CAFFY authored
Harmonized the copyNb type to uint32_t Corrected a bug in RetrieveQueue::getContainerSummary() --> After insertion in the queue, the number of files and bytes added were equal to 0.
-
- Feb 25, 2019
-
-
Steven Murray authored
-
- Feb 19, 2019
-
-
Steven Murray authored
-
- Feb 14, 2019
-
-
David Smith authored
-
- Feb 12, 2019
-
-
Steven Murray authored
CatalogueTest now asserts new archive file identifiers are unique as opposed to strictly incrementing sequentially by 1
-
- Feb 11, 2019
-
-
Steven Murray authored
Woah! Got carried away with const. This commit Removes the const qualifier from the ArchiveFileItor::next() method because next() modifies the iterator. To loop through an ArchiveFileItor: auto itor = catalogue.getArchiveFilesForRepackItor(vid, startFSeq); while(itor.hasMore()) { const auto archiveFile = itor.next(); // Do something with archiveFile }
-
Steven Murray authored
-
Steven Murray authored
-
- Feb 05, 2019
-
-
Steven Murray authored
-
- Dec 19, 2018
-
- Dec 18, 2018
-
-
Steven Murray authored
-
- Dec 11, 2018
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
Added MEDIA_TYPE and VENDOR columns to TAPE table and upgraded xrootd-ssi-protobuf-interface to v0.29
-
- Nov 16, 2018
-
-
Tao Lin authored
-
- Nov 01, 2018
-
-
Steven Murray authored
-
Steven Murray authored
-
- Oct 30, 2018
-
-
Steven Murray authored
Catalogue::PrepareToRetrieveXXXX() methods now throw UserError exceptions if the tapes involved are disabled. The error message is now clearer: 'No tape files available for archive file with ...
-
- Sep 24, 2018
-
-
Steven Murray authored
-
- Aug 01, 2018
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-