Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request juju#16618 from manadart/2.9-destroy-storage-with-…
…test-ctrl juju#16618 Failure to tear down has been observed in CI test runs, with: ``` 03:30:44 | WARNING This command will destroy the "ctrl-zpbu2nqa" controller and all its resources 03:30:44 | ERROR cannot destroy controller "ctrl-zpbu2nqa" 03:30:44 03:30:44 | The controller has persistent storage remaining: 03:30:44 | 6 volumes and 6 filesystems in 1 model 03:30:44 03:30:44 | To destroy the storage, run the destroy-controller 03:30:44 | command again with the "--destroy-storage" option. 03:30:44 03:30:44 | To release the storage from Juju's management 03:30:44 | without destroying it, use the "--release-storage" 03:30:44 | option instead. The storage can then be imported 03:30:44 | into another Juju model. ``` Here we add the suggested option. ## QA steps Run an integration test suite, such as: `cd tests && ./main.sh controller`
- Loading branch information