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

fix: handle lba range validity on ancestors with smaller sizes #47

Merged
merged 2 commits into from
May 10, 2024

Commits on May 10, 2024

  1. fix: handle lba range validity on ancestors with smaller sizes

    Do valid cluster range while handling SPDK_NVME_IO_FLAGS_UNWRITTEN_READ_FAIL
    
    Signed-off-by: Diwakar Sharma <[email protected]>
    dsharma-dc committed May 10, 2024
    Configuration menu
    Copy the full SHA
    da8ac88 View commit details
    Browse the repository at this point in the history
  2. fix: handle chain of snapshots for valid lba range

    While traversing back bs_devs during zeroes check or translate,
    do the range valid check for every bs_dev.
    
    Signed-off-by: Diwakar Sharma <[email protected]>
    dsharma-dc committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e17e9cd View commit details
    Browse the repository at this point in the history