Icehouse - Icehouse - Icehouse - Icehouse - Icehouse - Icehouse - Icehouse - Icehouse -
Create and associate a volume with the ESM storage repository.
Restart Cinder.
# service openstack-cinder-api restart
# service openstack-cinder-scheduler restart
# service openstack-cinder-volume restart
Create a volume.
$ cinder type-create ‘
volume_type_name’where
volume_type_nameis the name you assign the volume. You will see output similar to the following:+--------------------------------------+-------------+ | ID | Name | +--------------------------------------+-------------+ | 7fa6b5ab-3e20-40f0-b773-dd9e16778722 | JBOD-SAS600 | +--------------------------------------+-------------+
Record the value in the ID field; you use this value in the next step.
Associate the volume type with the Storage Repository.
# cinder type-key
UUIDsetcoraid_repository_key=’FQRN’Variable Description UUIDThe ID returned from the cinder type-create command. You can use the cinder type-list command to recover the ID. coraid_repository_keyThe key name used to associate the Cinder volume type with the ESM in the cinder.conffile. If no key name was defined, this is default value forcoraid_repository.FQRNThe FQRN recorded during the Create Storage Repository process.

