lbcli List Volumes
Returns the list of volumes in the Lightbits cluster.
Sample Command
$ lbcli list volumes
In this command, the JWT is not stored in the lbcli configuration file:
lbcli --jwt $P1ADMIN list volumes --project-name project1
Sample Output
Name UUID State Protection State NSID Size Replicas Compression ACL
vol_0 bea851365040 Created FullyProtected 1 100 GiB 2 false
vol_1 92023adb23ae Created FullyProtected 2 100 GiB 2 false
vol_3 65c3bd571c87 Created FullyProtected 4 100 GiB 2 false
vol_2 8cc8bb076932 Created FullyProtected 3 100 GiB 2 false
Was this page helpful?