juju status <service_name> broken
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-core |
Invalid
|
Critical
|
Jesse Meek | ||
1.25 |
Fix Released
|
Critical
|
Jesse Meek | ||
juju-core (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned | ||
Bug Description
I have a juju environment where "juju status" works fine when used without arguments but I can't get status for single service:
$ juju status wordpress
ERROR could not filter units: could not filter units: cannot get status: unit not found
Service "wordpress" is definitely there and full "juju status" output shows that it has 2 units:
$ juju status|grep wordpress\/
wordpress/0:
wordpress/1:
Here is what is logged in machine-0.log when I make "juju status wordpress" call:
2015-11-17 11:32:53 INFO juju.apiserver apiserver.go:276 [13B] API connection from 1.2.3.4:35770
2015-11-17 11:32:53 DEBUG juju.apiserver utils.go:71 validate env uuid: state server environment - xxx
2015-11-17 11:32:53 DEBUG juju.apiserver apiserver.go:257 <- [13B] <unknown> {"RequestId"
2015-11-17 11:32:53 DEBUG juju.apiserver admin.go:149 hostPorts: [[1.1.1.1:17070 127.0.0.1:17070 [::1]:17070]]
2015-11-17 11:32:53 DEBUG juju.apiserver apiserver.go:271 -> [13B] user-admin@local 60.299337ms {"RequestId"
2015-11-17 11:32:53 DEBUG juju.apiserver apiserver.go:257 <- [13B] user-admin@local {"RequestId"
2015-11-17 11:32:53 DEBUG juju.apiserver.
2015-11-17 11:32:53 DEBUG juju.apiserver apiserver.go:271 -> [13B] user-admin@local 11.210941ms {"RequestId"
2015-11-17 11:32:53 INFO juju.apiserver apiserver.go:280 [13B] user-admin@local API connection terminated after 78.271433ms
Not sure if this is relavant but this environment was recently upgraded from juju 1.20.14
$ juju --version
1.24.4-trusty-amd64
Changed in juju-core: | |
importance: | Medium → Critical |
milestone: | none → 1.25.3 |
assignee: | nobody → Cheryl Jennings (cherylj) |
Changed in juju-core: | |
milestone: | 1.25.3 → 1.25.2 |
tags: | added: sts |
Changed in juju-core: | |
assignee: | Cheryl Jennings (cherylj) → Jesse Meek (waigani) |
Changed in juju-core: | |
status: | In Progress → Fix Committed |
Changed in juju-core: | |
milestone: | 1.25.2 → 1.26-alpha3 |
status: | Fix Committed → In Progress |
tags: | added: canonical-bootstack |
Changed in juju-core: | |
milestone: | 1.26-alpha3 → 2.0-alpha1 |
Changed in juju-core: | |
milestone: | 2.0-alpha1 → none |
Can you attach the following?
1 - Full machine-0.log
2 - Full output of juju status
3 - Output of juju status wordpress --debug