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

crimson/osd: put snapmapper's key-value pairs into dedicated objs #52267

Merged
merged 3 commits into from Mar 6, 2024

Commits on Feb 21, 2024

  1. crimson/os: add FuturizedStore::Shard::exists() interface

    Signed-off-by: Xuehan Xu <xuxuehan@qianxin.com>
    xxhdx1985126 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    6f0803a View commit details
    Browse the repository at this point in the history
  2. crimson/osd: put snapmapper's key-value pairs into dedicated objs

    Otherwise, PG::read_log_and_missing() will meet those key-values and
    won't know what to do with them. This is modeling what the classic
    osd is doing
    
    Signed-off-by: Xuehan Xu <xuxuehan@qianxin.com>
    xxhdx1985126 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e56e908 View commit details
    Browse the repository at this point in the history
  3. crimson/osd/pg: filter out snapmapper objects when doing pgls/pgnls

    Signed-off-by: Xuehan Xu <xuxuehan@qianxin.com>
    xxhdx1985126 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    8f7921e View commit details
    Browse the repository at this point in the history