Skip to content
Snippets Groups Projects
  1. Mar 02, 2020
  2. Sep 13, 2019
  3. Jul 23, 2019
  4. Jul 05, 2019
  5. Jul 01, 2019
  6. Jun 17, 2019
  7. May 06, 2019
  8. Mar 05, 2019
    • Eric Cano's avatar
      Expanded retrieve requests for repack · 028b5231
      Eric Cano authored
      The retrieve requests now carry all the information necessary to create the archive jobs.
      Retrive requests carry an isRepack boolean. The distinction between repack and non-repack behaviour
      is pushed as low as possible in the api (in the object store) so that client code can be more
      generic. For the same reason, the
      The expand repack mode (re-creation of missing tape files) is not supported yet.
      Changed the represenation of copy numbers to uint32 (as this is the smalled number supported but protocol buffers).
      Added ArchiveRoute::StorageClassMap and ArchiveRoute::FullMap to store archive routing in memory.
      Added repack buffer base URL support, and mechanism to compute temporary copy location in disk cache.
      Fixed bug in ObjectOps<>::asyncInsert();
      Inplemented the path generation for repack disk storage (<BaseURL>/<VID>/<FSeq (09%d)>).
      028b5231
  9. Dec 12, 2018
  10. Aug 30, 2018
  11. Apr 30, 2018
  12. Mar 22, 2018
  13. Aug 09, 2017
  14. Jul 12, 2017
  15. Oct 06, 2016
    • Eric Cano's avatar
      Implemented drive status support in drive register structure and code. · 8d0083ea
      Eric Cano authored
      Added drive status reporting in scheduler
      Added drive status reporting in OStoreDB
      Added support for drive status listing in the front end
      Removed virtual functions from the Scheduler, which is never overloaded.
      Added DesiredDriveState structure to drive state.
      Removed usage of duplicate MountType, DriveStatus and DriveState structures.
      Created DriveInfo structure to allow recreation of drive register entry in all
      reporting situation (potentially with partial/assumed info).
      8d0083ea
  16. Sep 15, 2016
  17. Jan 29, 2016
  18. Dec 04, 2015
    • Eric Cano's avatar
      Partial implementation of drive status reporting. · f4feb235
      Eric Cano authored
      The report packer should now also be referenced in the tape recall thread, so it can report the drive status.
      testingMocks/MockRetrieveMount.hpp needs to be improved so it handles les end of session correctly.
      Then the mechanism has to be mirrored in Archives (simpler case).
      f4feb235
  19. Oct 23, 2015
  20. Oct 16, 2015
  21. Oct 02, 2015
  22. Oct 01, 2015
  23. Sep 03, 2015
  24. Aug 24, 2015
  25. Aug 21, 2015
  26. Aug 18, 2015
    • Eric Cano's avatar
      Changed the layout of the SchedulerDB interface (as seen by the scheduler): · 4eac7c43
      Eric Cano authored
      The SchedulerDB provides a TapeMountDecisionInfo object, which contains all that the schduler needs to decide what
      tape mount to start. The tape mount decision info then creates an archive or a retrieve mount with 2 separate methods.
      The schedulerDB does not have a bare TapeMount class any more. On the scheduler itself will.
      4eac7c43
  27. Aug 07, 2015
  28. Aug 03, 2015
  29. Jul 28, 2015
  30. Jul 17, 2015
  31. Jul 16, 2015
  32. Jun 01, 2015
  33. May 29, 2015
Loading