- 30 Jun, 2016 1 commit
-
-
Eric Cano authored
-
- 22 Jun, 2016 1 commit
-
-
Eric Cano authored
Removed deprecated structures from archiveNS and nameserver namespaces. Removed RetrieveToFileRequest.
-
- 25 May, 2016 1 commit
-
-
Eric Cano authored
Started morphing the code to accomodate both the move some data structure from OStoreDB to catalogue and shared structures modifications. Renamed class members using underscode instead of mixed case. Removed mount criteria from in-memory tape pool representation. Removed support for path of archive files for in-memory representations. Removed all but maxDrives allowed from in-memory representation of mount policy. Created new constructor for UserIdentity. Switch the UserIdentity used by RemoteFileStatus. Renamed TapePoolQueue to ArchiveQueue. Replaced CreationLog usages with EntryLog. Renamed TapeQueue to RetrieveQueue. Removed support for data now gone to catalogue from RootEntry. Removed corresponding structures from object store. Removed corresponding calls from SchedulerDatabase and inheriting classes (OStoreDB).
-
- 12 Feb, 2016 1 commit
-
-
Steven Murray authored
-
- 29 Jan, 2016 1 commit
-
-
Eric Cano authored
-
- 04 Dec, 2015 2 commits
-
-
Daniele Kruse authored
Partial commit to make the status update mechanism work (many many changes), compiles and passes unit tests now
-
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).
-
- 23 Oct, 2015 1 commit
-
-
Daniele Kruse authored
-
- 16 Oct, 2015 1 commit
-
-
Eric Cano authored
-
- 08 Oct, 2015 1 commit
-
-
Daniele Kruse authored
-
- 02 Oct, 2015 1 commit
-
-
Eric Cano authored
Completed support for tape density and add usage of at() in a vector access to prevent segfault in unit test. Removed some throw() specifications which led to segfaults.
-
- 01 Oct, 2015 1 commit
-
-
Eric Cano authored
-
- 15 Sep, 2015 2 commits
- 02 Sep, 2015 1 commit
-
-
Daniele Kruse authored
Fixed the MigrationReportPackerTest and changed the MigrationReportPacker to be more similar to the RecallReportPacker
-
- 24 Aug, 2015 2 commits
-
-
Steven Murray authored
-
Daniele Kruse authored
-
- 18 Aug, 2015 1 commit
-
-
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.
-
- 13 Aug, 2015 1 commit
-
-
Daniele Kruse authored
-
- 07 Aug, 2015 2 commits
-
-
Daniele Kruse authored
-
Daniele Kruse authored
-
- 03 Aug, 2015 2 commits
-
-
Steven Murray authored
-
Steven Murray authored
The bottom line is the Mount and Job classes shall be passed around the tapeserverd daemon for two purposes, to carry all the information about the file copy to be transfered and to provide the notification interface to the scheduler on which the tapeserverd daemon needs to call methods to indicate the ends of transfers and mounts.
-
- 28 Jul, 2015 1 commit
-
-
Steven Murray authored
Improved the readbility of the Scheduler code by replacing dynamic casts with the addition of a simple getMountType() method to the TapeMount, ArchiveMount and RetrieveMount classes
-
- 17 Jul, 2015 1 commit
-
-
Eric Cano authored
Moved mock scheduler DB in a separate directory to reduce the number of files per directory.
-
- 04 Jun, 2015 1 commit
-
-
Steven Murray authored
-
- 01 Jun, 2015 1 commit
-
-
Steven Murray authored
-
- 29 May, 2015 3 commits
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- 20 May, 2015 1 commit
-
-
Steven Murray authored
Moved all of the classes in middletier/common to the scheduler directory because most of them are specific to the scheduler. Please feel free to move those that are no so specific elsewhere.
-
- 19 May, 2015 1 commit
-
-
Steven Murray authored
-
- 13 May, 2015 1 commit
-
-
Eric Cano authored
middletier, itself separated in interface, SQLite, objectstore and shared tests. Moved all utilities (exceptions, threading...) to a shared utility directory. Created a single, shared unit test from all the scattered ones.
-
- 08 May, 2015 1 commit
-
-
Steven Murray authored
License comment is no longer filtered out by doxygen when generating web pages of the individual source files.
-
- 07 May, 2015 1 commit
-
-
Steven Murray authored
-
- 08 Apr, 2015 1 commit
-
-
Steven Murray authored
-