Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct ltfs_check_medium handling of partitions ending in data+fm #302

Merged
merged 3 commits into from
Sep 6, 2021

Commits on Jul 26, 2021

  1. Correct ltfs_check_medium handling of partitions ending in data+fm

    Alter ltfs_check_medium to do a more thorough detection of the state of
    the partitions after the detected indices and set the eod/append
    position appropriately if the partition ends in data + filemark
    
    Fixes LinearTapeFileSystem#272
    linnemannr committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    3e5e690 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Correct logging for _ltfs_find_append_blk_after_idx

    Change parameter list to include vol and partid instead of device and part
    number and emit 11020E or 11023E on tape_seek failure as appropriate for the
    given partid
    linnemannr committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    3179e04 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Truncate partial index in ltfs_check_medium only if fix == true

    If a partition ends in in a potential partial index after the known consistent
    index on that partition, only truncate it if the parameter 'fix' is true in
    ltfs_check_medium()
    linnemannr committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    544554e View commit details
    Browse the repository at this point in the history