poseidonos-cli volume list
List volumes of an array or display information of a volume.
Synopsis
List volumes of an array or display information of a volume.
Syntax: poseidonos-cli volume list (–array-name | -a) ArrayName [(–volume-name | -v) VolumeName]
Example1 (listing volumes of an array): poseidonos-cli volume list –array-name Array0
Example2 (displaying a detailed information of a volume): poseidonos-cli volume list –array-name Array0 –volume-name Volume0
poseidonos-cli volume list [flags]
Options
-a, --array-name string The name of the array of volumes to list
-h, --help help for list
-v, --volume-name string The name of the volume of the array to list.
When this is specified, the detailed information
of this volume will be displayed.
Options inherited from parent commands
--debug Print response for debug.
--fs string Field separator for the output. (default "|")
--ip string Set IPv4 address to PoseidonOS for this command. (default "127.0.0.1")
--json-req Print request in JSON form.
--json-res Print response in JSON form.
--port string Set the port number to PoseidonOS for this command. (default "18716")
--unit Display unit (B, KB, MB, ...) when displaying capacity.
SEE ALSO
- poseidonos-cli volume - Volume commands for PoseidonOS.