<div dir="ltr">Hi!<div><br></div><div style>I try to use openstack with ceph storage, and have trouble with it:</div><div style>when I try to atach volume to instance, I got this errors in nova-compute.log</div><div style>
<br></div><div style><div><div>NovaException: No Volume Connector found.</div></div><div><br></div><div style>(full log live here: <a href="http://paste.openstack.org/show/43169/">http://paste.openstack.org/show/43169/</a> )</div>
<div style><br></div><div style>My cinder.conf:</div><div style><br></div><div><div>[DEFAULT]</div><div>debug=True</div><div>verbose=True</div><div>rootwrap_config = /etc/cinder/rootwrap.conf</div><div>sql_connection = mysql://cinder-common:zizPNifM5XKy@localhost/cinderdb</div>
<div>api_paste_confg = /etc/cinder/api-paste.ini</div><div>glance_host=192.168.1.254</div><div>#iscsi_helper = tgtadm</div><div>#volume_name_template = volume-%s</div><div>#volume_group = system</div><div>volume_driver=cinder.volume.drivers.rbd.RBDDriver</div>
<div>rbd_pool=volumes</div><div>rbd_user=volumes</div><div>rbd_secret_uuid=0188dd8c-3542-1596-f130-d821d9dbe816</div><div>glance_api_version=2</div><div>verbose = True</div><div>auth_strategy = keystone</div><div>logdir = /var/log/cinder</div>
<div>state_path=/var/lib/cinder</div><div>lock_path=/var/lock/cinder</div><div>#volumes_dir = /var/lib/cinder/volumes</div><div>storage_availability_zone=eu-nl-1</div><div>rabbit_host=192.168.1.254</div><div>rabbit_userid=xxxx</div>
<div>rabbit_password=xxxxx</div><div>rabbit_virtual_host=/</div><div>rbd_ceph_conf=/etc/ceph/ceph.conf</div></div><div><br></div><div style>nova.conf on compute node (related to volumes):</div><div style><br></div><div style>
<div>####################</div><div># VOLUMES / CINDER #</div><div>####################</div><div># iscsi_helper default is ietadm, but probably you want to use tgtadm</div><div>#iscsi_helper=tgtadm</div><div># You need this if you want to use Cinder (now the default).</div>
<div>volume_api_class=nova.volume.cinder.API</div><div><br></div><div># Allow to perform insecure SSL requests to cinder (boolean value)</div><div>cinder_api_insecure=false</div><div><br></div><div># Allow attach between instance and volume in different</div>
<div># availability zones. (boolean value)</div><div>cinder_cross_az_attach=true</div><div><br></div><div># Libvirt handlers for remote volumes. (list value)</div><div>libvirt_volume_drivers="rbd=nova.virt.libvirt.volume.LibvirtNetVolumeDriver,local=nova.virt.libvirt.volume.LibvirtVolumeDriver"</div>
<div><br></div><div style>Thanks for any help</div><div style>PS: sorry for bad English</div></div></div></div>