debug-hooks exit 1 , doesn't mark hook as failed
Bug #1415176 reported by
Jorge Niedbalski
This bug affects 6 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-core |
Fix Released
|
High
|
Horacio Durán | ||
1.23 |
Fix Released
|
High
|
Horacio Durán | ||
1.24 |
Fix Released
|
High
|
Horacio Durán |
Bug Description
[Environment]
1.20.14-
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
[Description]
Set a debug-hooks trace point into any unit
$ juju debug-hooks ceph-radosgw/0 identity-
Once jumped into the tmux session, exiting the session with 'exit' or 'exit 1' makes no difference.
According to the current documentation: https:/
should mark the hook as failed and will require a 'juju resolved' in order to keep the hooks queue execution.
description: | updated |
tags: | added: cts |
description: | updated |
description: | updated |
Changed in juju-core: | |
status: | Incomplete → New |
Changed in juju-core: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in juju-core: | |
milestone: | none → 1.24-alpha1 |
importance: | Medium → High |
Changed in juju-core: | |
assignee: | nobody → Jorge Niedbalski (niedbalski) |
status: | Triaged → In Progress |
Changed in juju-core: | |
assignee: | Jorge Niedbalski (niedbalski) → nobody |
status: | In Progress → Confirmed |
Changed in juju-core: | |
milestone: | 1.24-alpha1 → 1.25.0 |
Changed in juju-core: | |
status: | In Progress → Fix Committed |
Changed in juju-core: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I don't think this example is correct for the problem described. Per bug 1221501, juju does not support debug-hooks with the install hook. Is this issue a problem with the other hooks?