Comment 5 for bug 1399512

Revision history for this message
wangqiang.sheng (wangqiangsheng) wrote :

No handlers could be found for logger "oslo_config.cfg"
/usr/lib/python2.7/site-packages/oslo_db/sqlalchemy/enginefacade.py:241: NotSupportedWarning: Configuration option(s) ['use_tpool'] not supported
  exception.NotSupportedWarning
2015-12-16 10:36:08.605 3212 INFO cinder.volume.manager [req-527da531-2e07-44a6-9f5e-83e1a14c88ad - - - - -] Determined volume DB was not empty at startup.
2015-12-16 10:36:08.626 3212 INFO cinder.volume.manager [req-527da531-2e07-44a6-9f5e-83e1a14c88ad - - - - -] Image-volume cache disabled for host AthOpenStackLiberty10329.autohome.cc@lvm.
2015-12-16 10:36:08.682 3212 INFO oslo_service.service [req-527da531-2e07-44a6-9f5e-83e1a14c88ad - - - - -] Starting 1 workers
2015-12-16 10:36:08.685 3212 INFO oslo_service.service [req-527da531-2e07-44a6-9f5e-83e1a14c88ad - - - - -] Started child 3224
2015-12-16 10:36:08.687 3224 INFO cinder.service [-] Starting cinder-volume node (version 7.0.0)
2015-12-16 10:36:08.688 3224 INFO cinder.volume.manager [req-8912db8d-3ce9-4ae5-8881-8d200534512b - - - - -] Starting volume driver RBDDriver (1.2.0)
2015-12-16 10:36:08.747 3224 ERROR cinder.volume.drivers.rbd [req-8912db8d-3ce9-4ae5-8881-8d200534512b - - - - -] Error connecting to ceph cluster.
2015-12-16 10:36:08.747 3224 ERROR cinder.volume.drivers.rbd Traceback (most recent call last):
2015-12-16 10:36:08.747 3224 ERROR cinder.volume.drivers.rbd File "/usr/lib/python2.7/site-packages/cinder/volume/drivers/rbd.py", line 337, in _connect_to_rados
2015-12-16 10:36:08.747 3224 ERROR cinder.volume.drivers.rbd ioctx = client.open_ioctx(pool)
2015-12-16 10:36:08.747 3224 ERROR cinder.volume.drivers.rbd File "/usr/lib/python2.7/site-packages/rados.py", line 667, in open_ioctx
2015-12-16 10:36:08.747 3224 ERROR cinder.volume.drivers.rbd raise make_ex(ret, "error opening pool '%s'" % ioctx_name)
2015-12-16 10:36:08.747 3224 ERROR cinder.volume.drivers.rbd ObjectNotFound: error opening pool 'rbd'
2015-12-16 10:36:08.747 3224 ERROR cinder.volume.drivers.rbd