-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-5758 vos: Add garbage collection at container level
Since DTX entries can still reference objects that are being deletect by vos_obj_delete, we need to pass a container handle when removing them so that any DTX references can be removed upon deletion. This change adds a container level garbage collection heap so we can meet this requirement. When a container is destroyed, the collection of that container will move any outstanding items to the pool level heap. Signed-off-by: Jeff Olivier <jeffrey.v.olivier@intel.com>
1 parent
225c86a
commit 4130002
Showing
7 changed files
with
307 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.