January 2018
Intermediate to advanced
398 pages
7h 54m
English
Volume types in Cinder are a label or identifier that is selected during volume creation. Typically, volume types correspond with some attribute of the volumes, for example, SSD, High IOPS, and Encrypted. We will use this with the next recipe to define further features of our Cinder service.
To create a volume type, you will need the following:
openrc file with appropriate credentials for the environment (you must be an administrator)openstack command-line client"High IOPS" volume type as a contrived example type that would refer to a block storage device dedicated to High IOPS.We will use the openstack volume type ...
Read now
Unlock full access