-
Notifications
You must be signed in to change notification settings - Fork 508
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 #7007 from axw/cmd-storage-list-combined
cmd/juju/storage: list volumes/filesystems too ## Description of change When running "juju storage", show volume and filesystem details alongside storage instances. The plan is to normalise the commands relating to storage, so we end up with: - juju attach-storage <unit> store=<volume|filesystem> - juju detach-storage <storage-instance|volume|filesystem> - juju remove-storage <storage-instance|volume|filesystem> ## QA steps 1. juju bootstrap whatever 2. juju deploy postgresql --storage pgdata=1G 3. juju storage (observe info about storage, filesystem, volume all shown) 4. juju storage --filesystem (observe info about only filesystem shown) 5. juju storage --volume (observe info about only volume shown) ## Documentation changes Yes, but backwards compatible. Any sample storage listing output in the docs should be updated. ## Bug reference None.
- Loading branch information
Showing
9 changed files
with
309 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.