Amazon Ad

Featured Post

Showing posts with label volume. Show all posts
Showing posts with label volume. Show all posts

Monday, December 17, 2018

Pathname to OpenStack Cinder Volume Drivers


/usr/lib/python2.7/site-packages/cinder/volume/drivers

Some OpenStack Cinder Setup Notes


openstack-config --set /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.lvm.LVMISCSIDriver
openstack-config --set /etc/cinder/cinder.conf DEFAULT default_volume_type TEST_VOLUME_TYPE
openstack-config --set /etc/cinder/cinder.conf DEFAULT enabled_backends TEST_VOLUME_TYPE
openstack-config --set /etc/cinder/cinder.conf TEST_VOLUME_TYPE san_ip 172.168.46.216
openstack-config --set /etc/cinder/cinder.conf TEST_VOLUME_TYPE volume_driver cinder.volume.drivers.test.tst_iscsi_driver.TestISCSIDriver
openstack-config --set /etc/cinder/cinder.conf TEST_VOLUME_TYPE volume_backend_name TEST_VOLUME_TYPE