Skip to content
Snippets Groups Projects
  1. Feb 18, 2020
  2. Feb 13, 2020
  3. Jan 29, 2020
  4. Dec 06, 2019
  5. Nov 29, 2019
  6. Nov 15, 2019
  7. Nov 11, 2019
  8. Oct 23, 2019
  9. Oct 08, 2019
  10. Sep 23, 2019
  11. Sep 20, 2019
  12. Sep 13, 2019
  13. Sep 04, 2019
  14. Aug 20, 2019
  15. Aug 13, 2019
  16. Jul 26, 2019
    • Eric Cano's avatar
      #533 Changed strategy for implementation. · ad203f96
      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.
      ad203f96
  17. Jul 25, 2019
  18. Jul 23, 2019
  19. Jul 22, 2019
  20. Jul 19, 2019
  21. Jul 09, 2019
    • Cedric CAFFY's avatar
      Corrected the cta-admin sq command · 9266e9b6
      Cedric CAFFY authored
      Added the ArchiveForRepack mountType to the Drive reporting
      Transformed the DataTransferSession::mountTypeToString() to add the ArchiveForRepack mountType, transformed the normal "Archive" into "ArchiveForUser"
      9266e9b6
  22. Jul 05, 2019
  23. Jul 03, 2019
  24. Jul 02, 2019
  25. Jul 01, 2019
    • Michael Davis's avatar
      [checksum] Fixes some bugs · 2c9d474c
      Michael Davis authored
      - Type of checksumBlob in cta.proto should be bytes not string
      - ADLER32 passed into blob as uint32_t not string (conversion to
        bytearray is now handled inside the ChecksumBlob class)
      2c9d474c
Loading