Comment 3 for bug 1991557

Revision history for this message
Frode Nordahl (fnordahl) wrote :

I'm a bit curious about this, the process of creating a new image is initiated by the operator running an action. The result of which is provided either synchronously by passing `--wait` to the juju `run-action` command, or asynchronously through the `show-action-output` and `show-action-status` commands.

AFAIK, the charm does not perform this process in any hook execution, and I don't think it would be appropriate to globally set the charms status based on the outcome of a random action execution. Or am I missing something?