Skip to content

slight mishap #140

@inetuka

Description

@inetuka

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions