LinearTapeFileSystem / LinearTapeFileSystem/ltfs
Need to improve the recovery logic against trailing invalid index
Open
@piste-jp is already working on this.
Since Jan 29, 2022.
enhancement
- Dominant language
- C
- Stars
- 352
- Forks
- 110
- Avg merge
- 2h 50m
- Merged PRs (30d)
- 2
Description
Currently, LTFS doesn't have a good logic to recover the 2 cases below.
| index | data | (incomplete) index | eod| index | data | (incomplete) index eod
Case 1 could be generated by the cam backend when LTFS crashes in the middle of writing index. Case 2 could be generated by low level SCSI backends lile the sg backend at the same condition.
See detail in the PR #302.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.