2.7.6/2.8.0: subordinates get empty relation data from relation-get
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Triaged
|
Low
|
Unassigned |
Bug Description
cs:telegraph-6 fails juju-info-
with 2.7.6 and 2.8.0:
$ juju run --unit telegraf/0 -- 'relation-get -r 0 - ubuntu/0'
{}
with 2.6.10:
$ juju run --unit telegraf/0 -- 'relation-get -r 0 - ubuntu/0'
egress-subnets: 10.62.162.107/32
ingress-address: 10.62.162.107
private-address: 10.62.162.107
unit-telegraf-0: 20:09:53 DEBUG unit.telegraf/
unit-telegraf-0: 20:09:53 DEBUG unit.telegraf/
unit-telegraf-0: 20:09:53 DEBUG unit.telegraf/
unit-telegraf-0: 20:09:53 DEBUG unit.telegraf/
unit-telegraf-0: 20:09:53 DEBUG unit.telegraf/
unit-telegraf-0: 20:09:53 DEBUG unit.telegraf/
unit-telegraf-0: 20:09:53 DEBUG unit.telegraf/
unit-telegraf-0: 20:09:53 DEBUG unit.telegraf/
unit-telegraf-0: 20:09:53 DEBUG unit.telegraf/
unit-telegraf-0: 20:09:53 DEBUG unit.telegraf/
unit-telegraf-0: 20:09:53 DEBUG unit.telegraf/
unit-telegraf-0: 20:09:53 DEBUG unit.telegraf/
unit-telegraf-0: 20:09:53 DEBUG unit.telegraf/
unit-telegraf-0: 20:09:53 DEBUG unit.telegraf/
unit-telegraf-0: 20:09:53 DEBUG unit.telegraf/
unit-telegraf-0: 20:09:53 DEBUG unit.telegraf/
unit-telegraf-0: 20:09:53 ERROR juju.worker.
Changed in juju: | |
status: | New → Triaged |
importance: | Undecided → High |
milestone: | none → 2.9-beta1 |
Changed in juju: | |
milestone: | 2.9-beta1 → 2.9-rc1 |
Changed in juju: | |
importance: | High → Medium |
milestone: | 2.9-rc1 → none |
The work around for telegraf is upgrade to the latest charm revision.