Activity log for bug #2031931

Date Who What changed Old value New value Message
2023-08-18 16:33:51 Alexandre Gomes bug added bug
2023-08-18 16:34:29 Alexandre Gomes bug added subscriber The Canonical Sysadmins
2023-08-18 23:55:32 Alexandre Gomes description 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. 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. After that, juju status and other commands fails with the error listed above.
2023-08-21 22:44:21 Ian Booth juju: status New Triaged
2023-08-21 22:44:26 Ian Booth juju: importance Undecided Low
2023-08-21 22:44:46 Ian Booth tags remove-application storage