feat(resctrl): add manager for resctrl filesystem operations#1088
Open
luomingmeng wants to merge 1 commit intokubewharf:mainfrom
Open
feat(resctrl): add manager for resctrl filesystem operations#1088luomingmeng wants to merge 1 commit intokubewharf:mainfrom
luomingmeng wants to merge 1 commit intokubewharf:mainfrom
Conversation
edafed4 to
7a69030
Compare
Add resctrl group lifecycle management feature with periodic cleanup of unused groups. Introduce new manager component to handle resctrl filesystem operations and integrate with existing state. Add platform-specific scanner implementations to find resctrl mountpoint. Extend configuration to enable/disable the feature and add tests for new functionality.
7a69030 to
dbffbe5
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1088 +/- ##
==========================================
- Coverage 60.71% 60.71% -0.01%
==========================================
Files 700 741 +41
Lines 66856 69918 +3062
==========================================
+ Hits 40591 42448 +1857
- Misses 21715 22680 +965
- Partials 4550 4790 +240
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
Enhancements
What this PR does / why we need it:
Which issue(s) this PR fixes:
Special notes for your reviewer: