- 15 Jun, 2021 1 commit
-
-
- 02 Jun, 2021 1 commit
-
-
- 06 Oct, 2016 1 commit
-
-
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
-
- 14 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
-
- 24 Oct, 2014 1 commit
-
-
Victor Kotlyar authored
on SCSI call TEST UNIT READY instead of st driver. Reiplemented drive::DriveGeneric::waitUntilReady to use TEST UNIT READY SCSI command.
-
- 15 Sep, 2014 1 commit
-
-
Victor Kotlyar authored
-
- 05 Aug, 2014 2 commits
-
-
David COME authored
-
David COME authored
-
- 03 Jul, 2014 1 commit
-
-
David COME authored
-
- 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.
-
- 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.
-
- 06 Aug, 2013 1 commit
-
-
Eric Cano authored
Clarified the error/exception handling strategy in the manual.
-
- 13 Jun, 2013 1 commit
-
-
Eric Cano authored
Updated the contents of the test harness for SCSI device listing. Updated the expectations of the device listing test (now passes).
-
- 12 Jun, 2013 1 commit
-
-
Eric Cano authored
Unit test does not pass yet.
-
- 07 Jun, 2013 1 commit
-
-
Eric Cano authored
Completed a first test harness based on a system wrapper, simulating sysfs and 3 generic scsi devices. Created test using the harness. Created SCSI::DeviceVector class, listing the devices on the system.
-
- 31 May, 2013 1 commit
-
-
Eric Cano authored
-