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

reef: test/crimson/seastore/rbm: add sub-tests regarding RBM to the existing tests #53967

Merged
merged 2 commits into from Oct 17, 2023

Commits on Oct 11, 2023

  1. test/crimson/seastore/rbm: add sub-tests regarding RBM to the existin…

    …g tests
    
    Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
    (cherry picked from commit 670a19f)
    myoungwon authored and Matan-B committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    65b8ec1 View commit details
    Browse the repository at this point in the history
  2. crimson/os/seastore/object_data_handler: consider a RBM case when che…

    …cking if write can be merged
    
    RBM's paddr always indicates physical address, which means it doesn't have the dealayed.
    So, this commit adds a condition that checks if given paddr is used for ongoing write.
    
    Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
    (cherry picked from commit 73de893)
    myoungwon authored and Matan-B committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c41cc1e View commit details
    Browse the repository at this point in the history