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

unbound variable in logs #45

Open
alex-slynko opened this issue Aug 1, 2017 · 1 comment
Open

unbound variable in logs #45

alex-slynko opened this issue Aug 1, 2017 · 1 comment

Comments

@alex-slynko
Copy link
Contributor

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.

@cf-gitbot
Copy link
Collaborator

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/149840046

The labels on this github issue will be updated when the story is started.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants