Creating new instances in OpenStack fall into 3 categories
Reference Material https://www.darwinbiler.com/openstack-creating-and-attaching-a-volume-into-an-instance/
When adding a volume to an instance, for example on a MySQL DB Instance you must manually edit the /etc/fstab
For example, as of now, the IDMS Ironman cluster has a DB instance - IronmanDB1.err
Volumes Attached
The os4db1 volume is defined as
The /etc/fstab is [scotty@ironmandb1 ~]$ cat /etc/fstab
The UUID is established on
If volumes are stuck in a state i.e. deleting or creating, the cinder services may need a restart. Deleting or creating a volume should output to the /var/log/cinder/cinder-scheduler.log and /var/log/cinder/cinder-volume.log logs. If this is halted or slow, restart the cinder services.
sudo service cinder-scheduler restart sudo service cinder-volume restart