Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

unbound variable in logs #45

Description

@alex-slynko

In https://github.com/cloudfoundry-incubator/etcd-release/blob/master/jobs/etcd/templates/etcd_network_diagnostics_run.sh.erb#L39-L44

echo ${cluster_members} is used, but $cluster_members is not defined.

This is the output from logs

+ echo Tue Aug 1 09:12:03 UTC 2017 - Individually query all members
++ sed 's/,/ /g'
/var/vcap/jobs/etcd/bin/etcd_network_diagnostics_run.sh: line 39: cluster_members: unbound variable
+ debug 'arp cache'

We think this might hide bigger error, since querying all members is skipped.

Metadata

Metadata

Assignees

No one assigned

    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