Skip to content

In DOCKER_VERNEMQ_SWARM mode, the logic for obtaining the NODENAME in these two places is inconsistent #417

@zhuomuniao1986

Description

@zhuomuniao1986

In DOCKER_VERNEMQ_SWARM mode, the logic for obtaining the NODENAME is inconsistent between these two places. In some cases, the results obtained by the two methods differ. Should they be made consistent?

terminating_node_name=VerneMQ@$(hostname -i)

NODENAME=$(ip -4 -o addr show ${NET_INTERFACE} | awk '{print $4}' | cut -d "/" -f 1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions