- Jul 31, 2019
- Jul 30, 2019
- Jul 26, 2019
-
-
Eric Cano authored
Moved the space reservation information to the DriveStatus object store object instead of a new central registry. The central registry would have been a single point of contention as was the DriveRegistry before being split into DriveStates. As the problem is so close to the one of the drive status, we can actually reuse the drive status for this purpose. The algorithm will also change as we move the responsibility of querying the free space from the disk systems into the OStoreDb object instead of the Scheduler. This leads to a slightly worth layering of responsibilities, making the OStoreDb::RetrieveMount object a client of the disk::DiskSystemFreeSpaceList object. The current implementation will also query the free space from the disk systems on each pop, instead of doing so in a globally cached fashion. With the new model, we could cache the free space per drive (if needed), but not globally. This is not expected to be a real issue and free space is a global counter in the disk system, expected to be readily available.
-
Eric Cano authored
-
- Jul 05, 2019
-
-
Eric Cano authored
-
- Jul 03, 2019
-
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
-
Victor Kotlyar authored
-
Victor Kotlyar authored
command. Implement cta-admin disksystem ch command.
-
Victor Kotlyar authored
Implement methods to modify values for FILE_REGEXP, FREE_SPACE_QUERY_URL, REFRESH_INTERVAL, TARGETED_FREE_SPACE, USER_COMMENT
-
Victor Kotlyar authored
Implement cta-admin disksystem add/ls/rm commands.
-
- Jul 02, 2019
-
-
Victor Kotlyar authored
Implement catalogue createDiskSystem, getAllDiskSystems, deleteDiskSystem methods.
-
- Jul 01, 2019
- Jun 28, 2019
-
-
Julien Leduc authored
- Jun 25, 2019
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- Jun 24, 2019
-
-
Steven Murray authored
cta-fst-gc now logs an error if it cannot list the contents of an FST filesystem or if determine the filesystem's sub directories
-
Victor Kotlyar authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
ctafstgcd.py no longer logs an ERROR when it fails to stat() a file that has been deleted by the FST
-
Michael Davis authored
-
Michael Davis authored
-
Steven Murray authored
-
Steven Murray authored
-
Eric Cano authored
-
Victor Kotlyar authored
-
Victor Kotlyar authored
-
Victor Kotlyar authored
-
Victor Kotlyar authored
-