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

nydusd: fixed getting the wrong chunk due to using the wrong blob index #573

Merged
merged 1 commit into from
Jul 7, 2022

Commits on Jul 7, 2022

  1. nydusd: fixed getting the wrong chunk content due to using the wrong …

    …blob index
    
    The blob index on the disk where erofs exists starts at 1, but the blob index in BlobInfo starts at 0,
    and the blob index on the disk is mistakenly used here instead of blobInfo's index
    
    Signed-off-by: zyfjeff <zyfjeff@linux.alibaba.com>
    zyfjeff committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    118a287 View commit details
    Browse the repository at this point in the history