Run action on leader
Bug #1787986 reported by
Tom Haddon
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
Medium
|
Joseph Phillips |
Bug Description
As part of upgrading CDK we need to be able to run an action (snapshot) on the etcd leader. Currently we do this by doing:
etcd_leader=$(juju status --format json | jq -r '.applications[
juju run-action $etcd_leader snapshot
There really should be a way to do this via juju itself.
Changed in juju: | |
status: | New → Triaged |
importance: | Undecided → Medium |
milestone: | none → 2.5-beta1 |
tags: | added: actions |
Changed in juju: | |
assignee: | nobody → Richard Harding (rharding) |
Changed in juju: | |
assignee: | Richard Harding (rharding) → Joseph Phillips (manadart) |
status: | Triaged → In Progress |
Changed in juju: | |
status: | In Progress → Fix Committed |
Changed in juju: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
https:/ /github. com/juju/ juju/pull/ 9440