- 25 Sep, 2020 3 commits
-
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
- 06 Oct, 2016 2 commits
-
-
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).
-
Victor Kotlyar authored
CASTOR-5042: The SCSI layer of the tape server overlooks SCSI errors not coming from the target Fixed. Add output for all errors available for SCSI call. The logic implemented is to go through all errors in the following order: status, host_status, driver_status. In case of particular error an appropriate exception generated.
-
- 29 Aug, 2016 1 commit
-
-
Steven Murray authored
-
- 24 Feb, 2016 1 commit
-
-
Julien Leduc authored
-
- 12 Feb, 2016 1 commit
-
-
Steven Murray authored
-
- 16 Jul, 2015 2 commits
-
-
Steven Murray authored
-
Steven Murray authored
Renamed CTA/tapeserver/castor to CTA/tapeserver/castor_checkout in preparation for the moving the sub-directory CTA/tapeserver/castor/castor up the directory tree
-
- 15 Jul, 2015 2 commits
-
-
Steven Murray authored
-
Eric Cano authored
-
- 28 Oct, 2014 2 commits
-
-
Victor Kotlyar authored
This reverts commit 97bd05cb.
-
Victor Kotlyar authored
This reverts commit 10b8297d.
-
- 24 Oct, 2014 1 commit
-
-
root authored
-
- 15 Sep, 2014 1 commit
-
-
Victor Kotlyar authored
-
- 09 Sep, 2014 1 commit
-
-
Victor Kotlyar authored
with new IBM drives.
-
- 05 Aug, 2014 1 commit
-
-
David COME authored
-
- 03 Jul, 2014 1 commit
-
-
David COME authored
-
- 18 Feb, 2014 2 commits
-
-
Eric Cano authored
-
Steven Murray authored
CASTOR start with lower case letters.
-
- 07 Feb, 2014 1 commit
-
-
Daniele Kruse authored
-
- 04 Feb, 2014 1 commit
-
-
Eric Cano authored
- Fixed missing allocationLength in INQUIRY commands - Fixed misnamed struct member (typo) - Introduced setU32 utility function to replace fromLtoB32 (retired) - Replaced usage of ad-hoc structures with the automatically set classes (SCSI::Structures::LinuxSGIO_t, SCSI::Structures::senseData_t).
-
- 15 Jan, 2014 1 commit
-
-
sponcec3 authored
This in particular includes fixing the remaining strict-aliasing issues.
-
- 12 Dec, 2013 1 commit
-
-
Eric Cano authored
Fixed inheritance from std::exception (const correctness of what()). This required declaring m_what mutable. Created a multithreaded unit test. Created an automatic exception thrower for unhandled errors. Ported from previous proof of concept the threading primitves and made them production level (with error checking). Added unit tests for threading primitives.
-
- 26 Nov, 2013 2 commits
- 05 Dec, 2013 3 commits
- 06 Nov, 2013 1 commit
-
-
Eric Cano authored
-
- 20 Aug, 2013 1 commit
-
-
Eric Cano authored
Removed the author list from every file and added the complete list into a single file.
-
- 14 Aug, 2013 1 commit
-
-
Victor Kotlyar authored
child function getSerialNumber was added.
-
- 07 Aug, 2013 3 commits
-
-
Eric Cano authored
Moved definition of compiler flags so they become active. This fixes the lack of debug info in SLC6. Fixed superflous semicolon detected by -pedantic Fixed sign correctness in various places. Removed the use of LL suffix in 64 bits contants (they are not required). Some documentation clarifications.
-
Eric Cano authored
-
Victor Kotlyar authored
We use MODE SENSE(6) to query the tape information and then MODE SELECT(6) to set parameters which we only change. By default we only enable compression.
-
- 06 Aug, 2013 2 commits
- 02 Aug, 2013 2 commits
-
-
Victor Kotlyar authored
We use READ POSTION command with data replay in SHORT FORM. Tested with mhvtl.
-
Victor Kotlyar authored
We use LOCATE(10) CDB as CASTOR does. Here we need castor.conf LOCATE_TIMEOUT environment (*to be implemented*) Tested with mhvtl.
-