-
Notifications
You must be signed in to change notification settings - Fork 108
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
ioweight: adding pod level setting #550
Merged
Merged
Conversation
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
lubinszARM
force-pushed
the
pr_ioweight_qos
branch
from
April 16, 2024 01:54
8cd0416
to
d474a6e
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #550 +/- ##
==========================================
- Coverage 56.82% 56.74% -0.09%
==========================================
Files 545 545
Lines 51559 52018 +459
==========================================
+ Hits 29300 29518 +218
- Misses 18549 18779 +230
- Partials 3710 3721 +11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
lubinszARM
force-pushed
the
pr_ioweight_qos
branch
from
April 18, 2024 07:38
d474a6e
to
462a158
Compare
lubinszARM
force-pushed
the
pr_ioweight_qos
branch
8 times, most recently
from
May 23, 2024 09:16
1e5593b
to
1ed65f8
Compare
lubinszARM
force-pushed
the
pr_ioweight_qos
branch
from
June 12, 2024 06:47
1ed65f8
to
a314428
Compare
lubinszARM
force-pushed
the
pr_ioweight_qos
branch
from
June 27, 2024 09:31
a314428
to
fa3adef
Compare
Signed-off-by: Robin Lu <robin.lu@bytedance.com>
lubinszARM
force-pushed
the
pr_ioweight_qos
branch
from
June 28, 2024 11:12
fa3adef
to
2b40b37
Compare
csfldf
reviewed
Jul 1, 2024
lubinszARM
force-pushed
the
pr_ioweight_qos
branch
from
July 2, 2024 02:38
2b40b37
to
58b6c65
Compare
csfldf
previously approved these changes
Jul 2, 2024
xu282934741
reviewed
Jul 9, 2024
xu282934741
reviewed
Jul 9, 2024
adding a strict mode to prevent a potential kernel deadlock bug Signed-off-by: Robin Lu <robin.lu@bytedance.com>
lubinszARM
force-pushed
the
pr_ioweight_qos
branch
from
July 9, 2024 10:03
58b6c65
to
135eee0
Compare
xu282934741
approved these changes
Jul 10, 2024
xu282934741
approved these changes
Jul 10, 2024
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?
Bug fixes
What this PR does / why we need it:
[bugfix] Missing pod level setting for io.weight
Which issue(s) this PR fixes:
Missing pod level setting for io.weight
Special notes for your reviewer:
None