Comment 0 for bug 2031931

Revision history for this message
Alexandre Gomes (alejdg) wrote :

When an application with storage is removed with `juju remove-application --force --no-wait`, its storage is removed but the reference remains. All commands after that failed with `ERROR getting details for storage <storage_name>: filesystem for storage instance "<storage_name>" not found`.

It can be fixed by `juju remove-storage <name> --force` though.

I've experienced this issue with the jenkins charm. Just deploy jenkins and then delete the application with the command above.