Is that a typo in your configuration or a copy pase error:<br><br><div># /etc/tgt/conf.d/cinder_tgt.conf</div><div>nclude /var/lib/cinder/volumes/*<br><br>The 'i' is missing in 'include'. If its only a copy paste error in the mail, make sure you have the following running:<br>
<br>root@openstack-vm:~# ps -ef | grep cinder<br>root 3636 1 0 06:53 ? 00:00:33 /usr/bin/python /usr/local/bin/cinder-volume<br>root 25433 1 0 06:46 ? 00:00:01 /usr/bin/python /usr/local/bin/cinder-api --config-file /etc/cinder/cinder.conf<br>
root 25937 1 0 06:46 ? 00:00:32 /usr/bin/python /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf<br>root@openstack-vm:~# ps -ef | grep tgt<br>root 31176 31174 0 06:49 ? 00:00:03 tgtd<br>
root@openstack-vm:~# <br><br>Also, in my case(devstack install), the path is '/opt/stack/data/cinder/volumes/*' and not ' /var/lib/cinder/volumes/*'. So make sure your path is right.<br><br>Hope this helps.<br>
<br>Regards,<br>Balu<br></div><br><br><div class="gmail_quote">On Wed, Jan 2, 2013 at 3:47 PM, Leander Bessa Beernaert <span dir="ltr"><<a href="mailto:leanderbb@gmail.com" target="_blank">leanderbb@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div># /etc/tgt/conf.d/cinder_tgt.conf</div><div>nclude /var/lib/cinder/volumes/*</div></blockquote></div><br>