Comment 14 for bug 1946382

Revision history for this message
Pietro Pasotti (ppasotti) wrote :

I think I have just experienced the same issue. I was working on a model called 'char' and I deployed/remove-application'd a charm I'm developing several times, until at some point this issue started occurring and I couldn't deploy anything anymore in that model.

Attempting to delete the model also left it in an unresponsive 'destroying' state and hangs.

juju debug-log --replay:
https://pastebin.canonical.com/p/Hk2yzRfkkJ/

application source (for the container image) is at:
https://github.com/PietroPasotti/char
charm source (don't judge :D) is at:
https://github.com/PietroPasotti/char-operator

disclaimer: the version of the charm source that caused the last error you see in the logs is NOT the one you see in github. I didn't commit that specific version because it was broken. So it's impossible to get the exact source on which that error occurred.