Skip to content

Instantly share code, notes, and snippets.

@trumant
Created September 29, 2016 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trumant/1a5b245ae0f83f195c08af90103d3c89 to your computer and use it in GitHub Desktop.
Save trumant/1a5b245ae0f83f195c08af90103d3c89 to your computer and use it in GitHub Desktop.
Cinder failure when using rbd driver
2016-09-28 08:58:00.464 25227 INFO cinder.volume.manager [req-6f227645-c705-46e4-a897-36904ae7501d - - - - -] Starting volume driver RBDDriver (1.2.0)
2016-09-28 08:58:00.466 25227 ERROR cinder.volume.manager [req-6f227645-c705-46e4-a897-36904ae7501d - - - - -] Failed to initialize driver.
2016-09-28 08:58:00.466 25227 ERROR cinder.volume.manager Traceback (most recent call last):
2016-09-28 08:58:00.466 25227 ERROR cinder.volume.manager File "/openstack/venvs/cinder-13.3.0/lib/python2.7/site-packages/cinder/volume/manager.py", line 427, in init_host
2016-09-28 08:58:00.466 25227 ERROR cinder.volume.manager self.driver.check_for_setup_error()
2016-09-28 08:58:00.466 25227 ERROR cinder.volume.manager File "/openstack/venvs/cinder-13.3.0/lib/python2.7/site-packages/cinder/volume/drivers/rbd.py", line 291, in check_for_setup_error
2016-09-28 08:58:00.466 25227 ERROR cinder.volume.manager raise exception.VolumeBackendAPIException(data=msg)
2016-09-28 08:58:00.466 25227 ERROR cinder.volume.manager VolumeBackendAPIException: Bad or unexpected response from the storage volume backend API: rados and rbd python libraries not found
2016-09-28 08:58:00.466 25227 ERROR cinder.volume.manager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment