We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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):
The text was updated successfully, but these errors were encountered: