Skip to content
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

slight mishap #140

Open
inetuka opened this issue Jun 6, 2023 · 0 comments
Open

slight mishap #140

inetuka opened this issue Jun 6, 2023 · 0 comments

Comments

@inetuka
Copy link

inetuka commented Jun 6, 2023

Hej Adam,

Your megaclisas-status script does not report Read Ahead status correctly for me. I included the comma into the search string.

HTH, Udo

diff megaclisas-status.old megaclisas-status 377c377 < if re.search("ReadAdaptive", props): --- > if re.search("ReadAdaptive,", props): 379c379 < if re.search("ReadAhead", props): --- > if re.search("ReadAhead,", props): 381c381 < if re.match("ReadAheadNone", props): --- > if re.search("ReadAheadNone,", props): 383c383 < if re.search("WriteBack", props): --- > if re.search("WriteBack,", props): 385c385 < if re.match("WriteThrough", props): --- > if re.search("WriteThrough,", props):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant