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

Enhance localdisk storage backend to manually add blob objects #1337

Merged
merged 3 commits into from
Jul 18, 2023

Commits on Jul 18, 2023

  1. storage: introduce feature backend-localdisk-gpt

    Introduce feature `backend-localdisk-gpt` for localdisk storage backend,
    so it can be optionally disabled.
    
    Signed-off-by: Jiang Liu <[email protected]>
    jiangliu committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6cf4a35 View commit details
    Browse the repository at this point in the history
  2. storage: use File instead of RawFd to avoid possible race conditions

    Use File instead of RawFd in struct LocalDiskBlob to avoid possible
    race conditions.
    
    Signed-off-by: Jiang Liu <[email protected]>
    jiangliu committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    92113d0 View commit details
    Browse the repository at this point in the history
  3. storage: support manually add blob object to localdisk backend driver

    Enhance the localdisk storage backend, so we can manually add blob
    objects in the disk, in addition to discovering blob objects by
    scanning GPT partition table.
    
    Signed-off-by: Jiang Liu <[email protected]>
    jiangliu committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    c1b1c7c View commit details
    Browse the repository at this point in the history