List Details About the Newly Created Volume
You can use the lbcli get volumes
command to see specific information related to any volume.
Sample Command
$ lbcli get volume --name=vol2
In this command, the JWT is not stored in the lbcli configuration file:
$ lbcli -J $JWT get volume --name vol2 --project-name a
Sample Output
ETag"4"
IPAcl
values
ALLOW_ANY
UUID 105624dd-c96f-4668-a2a2-da0b754ac462
acl
values
acl1
compressiontrue
connectedHosts
name vol2
nodeList
2d6f9739-afd7-5225-b4a0-b7c46dc54ffd
01ab0ff8-6417-5b89-ba1a-b3011936745f
291e00d3-73d0-546f-ae45-e26a1cfa534b
nsid2
protectionState FullyProtected
rebuildProgress None
replicaCount3
size"1099511627776"
state Available
statistics
compressionRatio0
logicalUsedStorage"0"
physicalUsedStorage"0"
This output details all of the parameters used to create the volume such as the ACL, replication factor (replica count), and compression state. In addition, the UUID of each Lightbits node used to create the volume on the Lightbits cluster is provided under the output’s nodeList
area.
Was this page helpful?