Skip to content

Smart output gathering of nodes and common patterns #165

Open
@thiell

Description

@thiell

It would be very convenient to have a way to automagically gather similar outputs, for example:

$ clush -w azur[23,48] -B uptime
---------------
azur23
---------------
ssh: azur23: Name or service not known
---------------
azur48
---------------
ssh: azur48: Name or service not known

would become:

$ clush -w azur[23,48] -B --similar uptime
---------------
azur[23,48] (2)
---------------
ssh: azur[23,48]: Name or service not known

or

$ clush -w azur[23,48] -B --similar uptime
---------------
azur[23,48] (2)
---------------
ssh: [NODES]: Name or service not known

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions