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

librbd/cache/pwl/ssd: solve competition between read and retire #42580

Merged

Commits on Aug 11, 2021

  1. librbd/cache/pwl/ssd: solve competition between read and retire

    SSD read is not like rwl's. SSD need aio read. Therefore,
    we cannot guarantee that the data will not be retire
    during the period from sending the read request to the SSD
    and receiving the data to the memory, which may cause
    the corresponding data on the SSD to be overwritten.
    
    Fixes: https://tracker.ceph.com/issues/52236
    Signed-off-by: Feng Hualong <hualong.feng@intel.com>
    hualongfeng authored and idryomov committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    dfdb452 View commit details
    Browse the repository at this point in the history