Description
Setup required for the OpenStack Volumes.
Setup
Follow QA:Testcase_install_OpenStack_packages.
How to test
In the Folsom release of OpenStack, the nova-volume service was deprecated by the split out cinder service.
To create the cinder-volumes Volume Group for the openstack-cinder-volume service
sudo truncate -s20G /var/lib/cinder/cinder-volumes.img sudo vgcreate cinder-volumes $(sudo losetup --show -f /var/lib/cinder/cinder-volumes.img)
Because the volume service is dependent on the volume group being available, it's not started by default, so to do that:
sudo service openstack-cinder-volume start
Note! None of the above commands are persistent across reboots, so please rerun them after reboot, or configure them to run automatically on reboot.
Expected Results
Check that no errors are reported in /var/log/cinder/* or by this command:
sudo service openstack-cinder-volume status