Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information