poseidonos-cli volume
Volume commands for PoseidonOS.
Synopsis
Volume commands for PoseidonOS. Use this command category to control volumes
or display the information of the volumes.
Syntax: poseidonos-cli volume [create|delete|mount|unmount|list|rename|mount-with-subsystem] [flags]
Example (to create a volume): poseidonos-cli volume create –volume-name Volume0 –array-name Array0 –size 1024GB –maxiops 1000 –maxbw 100GB/s
poseidonos-cli volume [flags]
Options
-h, --help help for volume
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 - poseidonos-cli - A command-line interface for PoseidonOS
- poseidonos-cli volume create - Create a volume from an array in PoseidonOS.
- poseidonos-cli volume delete - Delete a volume from PoseidonOS.
- poseidonos-cli volume list - List volumes of an array or display information of a volume.
- poseidonos-cli volume mount - Mount a volume to the host.
- poseidonos-cli volume mount-with-subsystem - Create a subsystem and add listener automatically. Mount a volume to Host.
- poseidonos-cli volume rename - Rename a volume of PoseidonOS.
- poseidonos-cli volume unmount - Unmount a volume to the host.