The information in this doc is based on Juju version 3.5.5, and may not accurately reflect other versions of Juju.
See also: show-storage, add-storage, remove-storage Alias: storage
Summary
Lists storage details.
Usage
juju list-storage [options] <filesystem|volume> ...
Options
Flag | Default | Usage |
---|---|---|
-B , --no-browser-login |
false | Do not use web browser for authentication |
--filesystem |
false | List filesystem storage(deprecated) |
--format |
tabular | Specify output format (json|tabular|yaml) |
-m , --model |
Model to operate in. Accepts [<controller name>:]<model name>|<model UUID> | |
-o , --output |
Specify an output file | |
--volume |
false | List volume storage(deprecated) |
Examples
List all storage:
juju storage
List only filesystem storage:
juju storage --filesystem
List only volume storage:
juju storage --volume
Details
List information about storage.