- 09 Sep, 2014 1 commit
-
-
Victor Kotlyar authored
with new IBM drives.
-
- 05 Aug, 2014 2 commits
-
-
David COME authored
-
David COME authored
-
- 03 Jul, 2014 1 commit
-
-
David COME authored
-
- 15 May, 2014 1 commit
-
-
David COME authored
-
- 18 Feb, 2014 1 commit
-
-
Eric Cano authored
-
- 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).
-
- 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 2 commits
- 06 Nov, 2013 1 commit
-
-
Eric Cano authored
-
- 26 Sep, 2013 1 commit
-
-
Victor Kotlyar authored
from SCSI level.
-
- 20 Aug, 2013 1 commit
-
-
Eric Cano authored
Removed the author list from every file and added the complete list into a single file.
-
- 15 Aug, 2013 2 commits
-
-
Eric Cano authored
Added a helper function to set SCSI 16 bits values. Added test for Tape::Drive::getTapeAlerts Fixed Tape::Drive::getTapeAlerts Removed the -O2 from the compilation options: debugging was sometimes confusing, and compilation is now faster. Also removed optimisation from rpm build.
-
Eric Cano authored
Updated documentation which was inaccurate about padding of the strings in SCSI structures. Added comments around the correponding helper function.
-
- 14 Aug, 2013 1 commit
-
-
Victor Kotlyar authored
child function getSerialNumber was added.
-
- 07 Aug, 2013 5 commits
-
-
Eric Cano authored
-
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
-
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
- 05 Aug, 2013 1 commit
-
-
Victor Kotlyar authored
(CASTOR way was just to fill everything with 0)
-
- 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.
-
- 01 Aug, 2013 1 commit
-
-
Victor Kotlyar authored
As soon as mhvtl does not support LogPages 32h and 38h it is not tested.
-
- 31 Jul, 2013 4 commits
-
-
Eric Cano authored
Added senseData structure, which is polymorphic, and added unit test.
-
Victor Kotlyar authored
-
Eric Cano authored
Changed all the char arrays used as storage to SCSI number into unsigned char[] (we were in a mixed situation). Added unit test for the recently created structures. Replaced shift and or with toU16 in log select unit test. Added reference to st man page and txt file in documentation. Changed signature of getTapeError.
-
Victor Kotlyar authored
-
- 30 Jul, 2013 1 commit
-
-
Eric Cano authored
Added sg_io_hdr_t wrapper to avoid boilerplate code. Templated tapeAlertLog structure to make its use safer an added zeroing to it. Minor documentation clarification. Updated getTapeAlerts to use new SCSI structures. Added new function signature: getTapeError.
-
- 29 Jul, 2013 1 commit
-
-
Eric Cano authored
Added support for log sense command. Added support for tape alert log, with convertion from code to string. Updated test harness to support ioctl overloaded. Fixed some formatting in the doc.
-
- 26 Jul, 2013 1 commit
-
-
Victor Kotlyar authored
-
- 25 Jul, 2013 4 commits
- 24 Jul, 2013 1 commit
-
-
Eric Cano authored
-