From Fedora Project Wiki

Revision as of 00:17, 18 September 2012 by Pbrady (talk | contribs) (Created page with "{{QA/Test_Case |description=Setup required for the OpenStack Volumes. |setup=Follow QA:Testcase_install_OpenStack_packages. |actions= In the Folsom release of OpenStack,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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