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):
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):