Creating a Volume
When creating a volume:
- A single volume is created with the name ‘lbtest01’ and 150GB of capacity.
- Visible on both Lightbits and OpenStack.
- Includes a note suffix for concurrent support for multiple Lightbits clusters.
openstack volume list
x
openstack volume create --type lightos --size 150 lbtest01
+---------------------+--------------------------------------+
| Field | Value |
+---------------------+--------------------------------------+
| attachments | [] |
| availability_zone | nova |
| bootable | false |
| consistencygroup_id | None |
| created_at | 2023-04-05T02:54:37.197586 |
| description | None |
| encrypted | False |
| id | b385545e-af22-4337-ac80-46220e7a3f59 |
| migration_status | None |
| multiattach | False |
| name | lbtest01 |
| properties | |
| replication_status | None |
| size | 150 |
| snapshot_id | None |
| source_volid | None |
| status | creating |
| type | lightos |
| updated_at | None |
| user_id | 02db84a36f964343bdb45676f44bd3be |
+---------------------+--------------------------------------+
Was this page helpful?