Comment 21 for bug 1352335

Revision history for this message
wale sanya (olawale24) wrote :

I am in tight corner learning ceph integration into cinder .
ceph -s
    cluster 5c10c447-8b27-42d2-b056-9366e9b56b31
     health HEALTH_OK
     monmap e1: 3 mons at {node1=192.168.1.240:6789/0,node2=192.168.1.241:6789/0,node3=192.168.1.242:6789/0}
            election epoch 24, quorum 0,1,2 node1,node2,node3
     osdmap e60: 3 osds: 3 up, 3 in
            flags sortbitwise,require_jewel_osds
      pgmap v17284: 248 pgs, 5 pools, 1130 MB data, 181 objects
            3473 MB used, 24141 MB / 27614 MB avail
                 248 active+clean

controller nodes has all this configuration has cinder sevices running

openstack-service status cinder
MainPID=1457 Id=openstack-cinder-api.service ActiveState=active
MainPID=1505 Id=openstack-cinder-backup.service ActiveState=active
MainPID=1449 Id=openstack-cinder-scheduler.service ActiveState=active
MainPID=4261 Id=openstack-cinder-volume.service ActiveState=active

But creating a volume after integration spins this error

017-02-27 18:04:38.204 19863 ERROR cinder.cmd.volume return import_class(import_str)(*args, **kwargs)
2017-02-27 18:04:38.204 19863 ERROR cinder.cmd.volume File "/usr/lib/python2.7/site-packages/oslo_utils/importutils.py", line 36, in import_class
2017-02-27 18:04:38.204 19863 ERROR cinder.cmd.volume traceback.format_exception(*sys.exc_info())))
2017-02-27 18:04:38.204 19863 ERROR cinder.cmd.volume ImportError: Class RBDVolumeDriver cannot be found (['Traceback (most recent call last):\n', ' File "/usr/lib/python2.7/site-packages/oslo_utils/importutils.py", line 32, in import_class\n return getattr(sys.modules[mod_str], class_str)\n', "AttributeError: 'module' object has no attribute 'RBDVolumeDriver'\n"])
2017-02-27 18:04:38.204 19863 ERROR cinder.cmd.volume
2017-02-27 18:04:38.208 19863 ERROR cinder.cmd.volume [req-977e2a7d-3d2a-4195-8835-998c9e68e3b5 - - - - -] No volume service(s) started successfully, terminating.
2017-02-27 18:04:42.046 19888 WARNING oslo_reports.guru_meditation_report [-] Guru meditation now registers SIGUSR1 and SIGUSR2 by default for backward compatibility. SIGUSR1 will no longer be registered in a future release, so please use SIGUSR2 to generate reports.
2017-02-27 18:04:42.049 19888 WARNING oslo_config.cfg [-] Option "rpc_backend" from group "DEFAULT" is deprecated for removal. Its value may be silently ignored in the future.

openstack is newton