Skip to content
Snippets Groups Projects
  1. Jun 17, 2019
  2. May 06, 2019
  3. 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
  4. Jan 30, 2019
  5. Jan 23, 2019
  6. Jan 22, 2019
  7. Jan 18, 2019
  8. Dec 12, 2018
  9. Sep 20, 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. Jul 14, 2016
  17. Jun 22, 2016
  18. Feb 12, 2016
  19. Jan 29, 2016
  20. 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
  21. Oct 23, 2015
  22. Oct 16, 2015
  23. Oct 06, 2015
  24. Oct 02, 2015
  25. Oct 01, 2015
  26. Sep 24, 2015
  27. Aug 24, 2015
  28. Aug 21, 2015
  29. 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
  30. Aug 13, 2015
  31. Aug 07, 2015
  32. Aug 03, 2015
  33. Jul 28, 2015
  34. Jul 15, 2015
  35. May 20, 2015
  36. May 19, 2015
Loading