Configure Cinder on OpenStack Pike standalone with Kolla
Cinder is an OpenStack project which provides block storage to your cloud infrastructure. It allows you to configure and manage persistent storage for your virtual machine instances. Prerequisites If you haven't done so yet, you need to Install and configure OpenStack Pike with Kolla as a standalone. You also need to add a new 100 GB disk to the Ubuntu 16.04 virtual machine built in the previous article. In this lab, the new 100 GB disk will be /dev/sdb. Prepare Ubuntu for Cinder LVM 1- Create a physical volume. $ sudo pvcreate /dev/sdb 2- Create a volume group....