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

DAOS-15968 container: Fix CAPA fetch on NS master (#14511) #14545

Merged
merged 1 commit into from
Jun 11, 2024

Commits on Jun 11, 2024

  1. DAOS-15968 container: Fix CAPA fetch on NS master (#14511)

    Apparently, when an I/O request fetches a container handle on the engine
    who is the PS leader, if the ds_cont_hdl object is absent (because the
    engine has restarted), then the cont_iv code won't create a ds_cont_hdl
    object, even though the handle is found in the RDB. This patch adds a
    ds_cont_tgt_open call to cont_iv_ent_fetch, so that the flow is similar
    to cont_iv_ent_update.
    
    Signed-off-by: Li Wei <wei.g.li@intel.com>
    liw authored and jolivier23 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    50c9342 View commit details
    Browse the repository at this point in the history