Skip to content

unecessary leftover printf in iet.c #145

Description

@ahvlima

Unless I'm missing something, in iet.c line 134 there is an unnecessary 'printf("error\n")", probably a debugging leftover.

Since the code uses readlink, any non-link file on "dev/disk/by-path" will cause "error" to print, giving the impression something is actually wrong. It still works, but commands like "multipath -ll" prints "error" for each target that is uses to the iet prioritizer.

The fix is simple: just remove line 134.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions