Releases: LinearTapeFileSystem/ltfs
Equivalent of IBM Storage Archive SDE 2.4.6.2 (10513)
IBM released IBM Storage Archive 2.4.6.2 (10513) at 060ccf3. So the LTFS project releases a new version 2.4.6.2.
Change Log:
- For problem fixes that were reported in the previous versions:
- See
fd41c66..060ccf3
- See
Equivalent of IBM Storage Archive SDE 2.4.6.1 (10511)
IBM released IBM Storage Archive 2.4.6.1 (10511) at fd41c66. So the LTFS project releases new version 2.4.6.1.
Change Log:
- For problem fixes that were reported in the previous versions:
- See
9ab1dc5..2273268
- See
Equivalent of IBM Storage Archive SDE 2.4.6.0 (10507)
IBM released IBM Storage Archive 2.4.6.0 (10507) at 9ab1dc5. So the LTFS project releases new version 2.4.6.0.
Change Log:
- For problem fixes that were reported in the previous versions:
- See
486ce60..7d5c5af
- See
Equivalent of IBM Spectrum Archive SDE 2.4.5.0 (10502)
IBM released IBM Spectrum Archive 2.4.5.0 (10502) at 19c3fd3. So the LTFS project releases new version 2.4.5.0.
Change Log:
- For problem fixes that were reported in the previous versions:
- See
3287850..3b26f03
- See
Equivalent of IBM Spectrum Archive SDE 2.4.4.0 (10470)
IBM released IBM Spectrum Archive 2.4.4.0 (10470) at 3287850. So the LTFS project releases new version 2.4.4.0.
Change Log:
- Support LTO9 drive
- Fixed and improved MAM handling in cases where MAM might not update correctly during write errors,
so that LTFS correctly searches for the latest index position of the tape for these cases. - For problem fixes that were reported in the previous versions:
- See
cdf782f..872c18a
- See
Equivalent of IBM Spectrum Archive SDE 2.4.3.1 (10461)
IBM released IBM Spectrum Archive 2.4.3.1 (10461) at aa181ad
. So the LTFS project releases new version 2.4.3.1.
Critical fix
IMPORTANT Notice
For the users of LTFS version 2.4.0 or above, it is highly recommended to upgrade the software to version 2.4.3.1 immediately. The problem was fixed into (#233, 303ca43). When the LTFS would truncate the files ion tape unexpectedly when LTFS receives a permanent write error at SCSI LOCATE command before SCSI WRITE command.
The scenario is
- LTFS tries to write a data block of a file at the end of tape
- LTFS issues LOCATE command to seek to the end of tape
- LTFS receives a permanent write error against LOCATE command
- LTFS looks this permanent write error as a a permanent write error against WRITE command and make error recovery
- LTFS fetches the current position on the tape (the position is as same as the position before LOCATE command is issued because it fails)
- LTFS clear all extents larger than current position
- LTFS tries to seek to the append position of the index partition
- The file truncation would be completed when this seek is successfully done (At the most cases this seek wouldn't success but we have a few possibility)
- LTFS would write the current cleaned index on the index partition and the file truncation is completed
Change Log:
- Fix exceeded extent cleaning when a write perm returns against LOCATE before write operation
- For problem fixes that were reported in the previous versions:
- See
aa181ad..1121daa
- See
Equivalent of IBM Spectrum Archive SDE 2.4.3.0 (10450)
IBM released IBM Spectrum Archive 2.4.3.0 (10450) at aa181ad
. So the LTFS project releases new version 2.4.3.0.
Change Log:
- For problem fixes that were reported in the previous versions:
- See
7eed987..aa181ad
- See
Equivalent of IBM Spectrum Archive SDE 2.4.2.0 (10418)
IBM released IBM Spectrum Archive 2.4.2.0 (10418) at c861306. So the LTFS project releases new version 2.4.2.0.
Change Log:
Equivalent of IBM Spectrum Archive SDE 2.4.1.2 (10254)
IBM released IBM Spectrum Archive 2.4.1.2 (10254) at 725912b. So the LTFS project releases new version 2.4.1.2.
Change Log:
LTFS 2.4.2.0 (Pre0)
This is a pre-release of LTFS 2.4.2.0. (This is not related into IBM's release)
The purpose of this release is to support 3rd party backend collection (LTFS backends 0.1 in https://github.com/LinearTapeFileSystem/ltfs-backends).
LTFS backends 0.1 shall work file under this release at least.