Configuring and Verifying Cinder on OpenStack
Perform the following operations on the controller node.
- Source the admin credentials to gain access to admin-only CLI commands.
1source /etc/keystone/admin-openrc
- View all Cinder storage domains.
1openstack availability zone list --volume

- Create a volume from a specified Cinder storage AZ. In the example, a 10 GB volume named volumeTest is created in the az-arm storage domain.
1openstack volume create --availability-zone az-arm --size 10 volumeTest
Figure 1 volume create
- Confirm that the creation is successful and the AZ information is correct.
1 2
openstack volume list openstack volume show volumeTest
