-
Notifications
You must be signed in to change notification settings - Fork 96
casadm: use alru dirty ratio trigger #1376
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
Merged
robertbaldyga
merged 5 commits into
Open-CAS:master
from
live4thee:casadm/use-alru-max-dirty-ratio
Oct 15, 2025
Merged
casadm: use alru dirty ratio trigger #1376
robertbaldyga
merged 5 commits into
Open-CAS:master
from
live4thee:casadm/use-alru-max-dirty-ratio
Oct 15, 2025
Conversation
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
47473cf to
d335cc5
Compare
|
Can one of the admins verify this patch? |
d335cc5 to
0a6952c
Compare
Kamoppl
previously approved these changes
Jul 22, 2025
jfckm
previously approved these changes
Jul 23, 2025
0ecbcdb to
724049e
Compare
Contributor
|
The PR has been updated to work with Open-CAS/ocf#895. |
724049e to
f6fbef8
Compare
8aef0c3 to
66513f5
Compare
robertbaldyga
requested changes
Oct 14, 2025
...el/fuzzy_with_io/fuzzy_set_param/test_fuzzy_set_param_cleaning_alru_dirty_ratio_threshold.py
Outdated
Show resolved
Hide resolved
66513f5 to
c9e21f3
Compare
robertbaldyga
previously approved these changes
Oct 14, 2025
Kamoppl
previously approved these changes
Oct 14, 2025
Signed-off-by: Qun Li <qun.li@zstack.io> Signed-off-by: Michal Mielewczyk <michal.mielewczyk@huawei.com>
c9e21f3 to
7e38ebc
Compare
Kamoppl
approved these changes
Oct 14, 2025
Signed-off-by: Daniel Madej <daniel.madej@huawei.com>
Signed-off-by: Daniel Madej <daniel.madej@huawei.com>
Signed-off-by: Daniel Madej <daniel.madej@huawei.com>
Signed-off-by: Daniel Madej <daniel.madej@huawei.com>
7e38ebc to
6cf9dc9
Compare
robertbaldyga
approved these changes
Oct 15, 2025
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.
This patch will enable the 'max_dirty_ratio' parameter from Open-CAS/ocf#757
With patched casadm:
The odd is, if upgrading from existing installation - the first '-G -n cleaning-alru' will report an ioctl failure. It will be OK after issuing an
-X -n cleaning-alru -i 1 -d something. I guess that's due to the missing 'max_dirty_ratio' in existing metadata. If any examples that handle such issue, please guide me.Thanks in advance.