"juju status" doesn't show machine-status messages by default
Bug #1557914 reported by
John A Meinel
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
High
|
Witold Krecicki |
Bug Description
I did a recent patch for 2.0 to add instance progress messages for LXD containers. Which means it tells you that the machine you just asked for is still pending because it is downloading the LXD image. This is great for visibility, with the caveat that it isn't actually shown by default in "juju status".
The messages *are* there in "juju status --format=yaml". But --format=tabular displays the Message status for Units, but not machines.
We should find a way to expose Machine Status messages so all our work on giving more than just "Pending" is actually exposed to users.
tags: | added: 2.0-count |
Changed in juju-core: | |
milestone: | 2.0-beta4 → 2.0.1 |
affects: | juju-core → juju |
Changed in juju: | |
milestone: | 2.0.1 → none |
milestone: | none → 2.0.1 |
Changed in juju: | |
milestone: | 2.0.1 → none |
Changed in juju: | |
milestone: | 2.2-beta1 → 2.2-beta2 |
Changed in juju: | |
status: | In Progress → Fix Committed |
Changed in juju: | |
milestone: | 2.2-beta2 → 2.2-beta1 |
Changed in juju: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
PR against develop (2.2): https:/ /github. com/juju/ juju/pull/ 7103