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

cas_cache: fix "blk_update_request: operation not supported" error #1213

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 25, 2022

  1. cas_cache: fix "blk_update_request: operation not supported" error

    A write request with the REQ_RAHEAD flag enabled cause the nvme driver
    to send a write command with access frequency value that is reserved
    (at least on specification version 1.4c). NVME devices might fail this
    write command with an unsupported error. So we now clear the request's
    flag based on its direction.
    
    Signed-off-by: Gal Hammer <[email protected]>
    Signed-off-by: Shai Fultheim <[email protected]>
    Gal Hammer committed May 25, 2022
    Configuration menu
    Copy the full SHA
    8558e43 View commit details
    Browse the repository at this point in the history