lbcli Create Volume
Creates a volume with a specified unique name, size (capacity) and replication factor (valid values: 1, 2 or 3).
An Access Control List (ACL) must also be applied to the created volume.
Examples
lbcli create volume --name=vol4 --acl=acl3 --size="2 Gib" --replica-count=2
In this command, the JWT is not stored in the lbcli configuration file:
lbcli -J $JWT create volume --size="2 Gib" --name=vol4 --acl="acl3" --replica-count=2 --project-name=default
Sample Output
Name UUID State Size Replicas ACL
vol4 76c3eae8-7ade-4394-82e5-056d05a92b5e Creating 2.0 GiB 2 values:"acl3"
Was this page helpful?