I am facing a problem while configuring Openstack Juno Cinder storage node on Ubuntu 14.04 (DISTRIB_CODENAME=trusty DISTRIB_DESCRIPTION="Ubuntu 14.04.3 LTS" ) .
On Controller node I am not able to see Cinder-Volume list when I run command "cinder service-list". It is only showing cinder-scheduler service. On further debugging of error , I checked /var/log/cinder/cinder-volume.log file on storage node. I noticed the following in the Log file --------------------------------------------------------------------------------------- 2015-10-03 12:22:26.585 1138 TRACE cinder ProgrammingError: (ProgrammingError) (1146, "Table 'cinder.volume_attachment' doesn't exist") 'SELECT anon_1.volumes_created_at AS anon_1_volumes_created_at, anon_1.volumes_updated_at AS anon_1_volumes_updated_at, anon_1.volumes_deleted_at AS anon_1_volumes_deleted_at, anon_1.volumes_id AS anon_1_volumes_id, anon_1.volumes__name_id AS anon_1_volumes__name_id, anon_1.volumes_ec2_id AS anon_1_volumes_ec2_id, anon_1.volumes_user_id AS anon_1_volumes_user_id, anon_1.volumes_project_id AS anon_1_volumes_project_id, : : : . . .------------------------------------------------------------------------------ why this Table 'cinder.volume_attachment' doesn't exist error message in log file? In fact, I followed all the steps as mentioned in openstack Juno installation guide. I checked Firewall , checked NTP , but no clue. Can anyone suggest the solution? Thanks in advance _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
