Advertisement
CodyEast

Untitled

Jan 29th, 2020
556
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.41 KB | None | 0 0
  1. 2020-01-29 18:37:48.658 2041580 DEBUG cinder.volume.drivers.rbd [req-f2ae4968-19a9-430d-a52b-68d569a4a86f - - - - -] connecting to cinder@ceph (conf=/etc/ceph/ceph.conf, timeout=5). _do_conn /usr/lib/python2.7/site-packages/cinder/volume/drivers/rbd.py:402
  2. 2020-01-29 18:37:48.727 2041580 ERROR cinder.volume.drivers.rbd [req-f2ae4968-19a9-430d-a52b-68d569a4a86f - - - - -] Error connecting to ceph cluster.: ObjectNotFound: [errno 2] error connecting to the cluster
  3. 2020-01-29 18:37:48.727 2041580 ERROR cinder.volume.drivers.rbd Traceback (most recent call last):
  4. 2020-01-29 18:37:48.727 2041580 ERROR cinder.volume.drivers.rbd File "/usr/lib/python2.7/site-packages/cinder/volume/drivers/rbd.py", line 415, in _do_conn
  5. 2020-01-29 18:37:48.727 2041580 ERROR cinder.volume.drivers.rbd client.connect()
  6. 2020-01-29 18:37:48.727 2041580 ERROR cinder.volume.drivers.rbd File "rados.pyx", line 893, in rados.Rados.connect (/builddir/build/BUILD/ceph-14.2.1/build/src/pybind/rados/pyrex/rados.c:9834)
  7. 2020-01-29 18:37:48.727 2041580 ERROR cinder.volume.drivers.rbd ObjectNotFound: [errno 2] error connecting to the cluster
  8. 2020-01-29 18:37:48.727 2041580 ERROR cinder.volume.drivers.rbd
  9. 2020-01-29 18:37:48.730 2041580 DEBUG cinder.utils [req-f2ae4968-19a9-430d-a52b-68d569a4a86f - - - - -] Failed attempt 2 _print_stop /usr/lib/python2.7/site-packages/cinder/utils.py:802
  10. 2020-01-29 18:37:48.730 2041580 DEBUG cinder.utils [req-f2ae4968-19a9-430d-a52b-68d569a4a86f - - - - -] Have been at this for 10.141 seconds _print_stop /usr/lib/python2.7/site-packages/cinder/utils.py:804
  11. 2020-01-29 18:37:48.731 2041580 DEBUG cinder.utils [req-f2ae4968-19a9-430d-a52b-68d569a4a86f - - - - -] Sleeping for 20.0 seconds _backoff_sleep /usr/lib/python2.7/site-packages/cinder/utils.py:796
  12. 2020-01-29 18:38:08.732 2041580 DEBUG cinder.volume.drivers.rbd [req-f2ae4968-19a9-430d-a52b-68d569a4a86f - - - - -] connecting to cinder@ceph (conf=/etc/ceph/ceph.conf, timeout=5). _do_conn /usr/lib/python2.7/site-packages/cinder/volume/drivers/rbd.py:402
  13. 2020-01-29 18:38:08.802 2041580 ERROR cinder.volume.drivers.rbd [req-f2ae4968-19a9-430d-a52b-68d569a4a86f - - - - -] Error connecting to ceph cluster.: ObjectNotFound: [errno 2] error connecting to the cluster
  14. 2020-01-29 18:38:08.802 2041580 ERROR cinder.volume.drivers.rbd Traceback (most recent call last):
  15. 2020-01-29 18:38:08.802 2041580 ERROR cinder.volume.drivers.rbd File "/usr/lib/python2.7/site-packages/cinder/volume/drivers/rbd.py", line 415, in _do_conn
  16. 2020-01-29 18:38:08.802 2041580 ERROR cinder.volume.drivers.rbd client.connect()
  17. 2020-01-29 18:38:08.802 2041580 ERROR cinder.volume.drivers.rbd File "rados.pyx", line 893, in rados.Rados.connect (/builddir/build/BUILD/ceph-14.2.1/build/src/pybind/rados/pyrex/rados.c:9834)
  18. 2020-01-29 18:38:08.802 2041580 ERROR cinder.volume.drivers.rbd ObjectNotFound: [errno 2] error connecting to the cluster
  19. 2020-01-29 18:38:08.802 2041580 ERROR cinder.volume.drivers.rbd
  20. 2020-01-29 18:38:08.804 2041580 DEBUG cinder.utils [req-f2ae4968-19a9-430d-a52b-68d569a4a86f - - - - -] Failed attempt 3 _print_stop /usr/lib/python2.7/site-packages/cinder/utils.py:802
  21. 2020-01-29 18:38:08.805 2041580 DEBUG cinder.utils [req-f2ae4968-19a9-430d-a52b-68d569a4a86f - - - - -] Have been at this for 30.216 seconds _print_stop /usr/lib/python2.7/site-packages/cinder/utils.py:804
  22. 2020-01-29 18:38:08.805 2041580 ERROR cinder.volume.manager [req-f2ae4968-19a9-430d-a52b-68d569a4a86f - - - - -] Failed to initialize driver.: VolumeBackendAPIException: Bad or unexpected response from the storage volume backend API: Error connecting to ceph cluster.
  23. 2020-01-29 18:38:08.805 2041580 ERROR cinder.volume.manager Traceback (most recent call last):
  24. 2020-01-29 18:38:08.805 2041580 ERROR cinder.volume.manager File "/usr/lib/python2.7/site-packages/cinder/volume/manager.py", line 469, in _init_host
  25. 2020-01-29 18:38:08.805 2041580 ERROR cinder.volume.manager self.driver.check_for_setup_error()
  26. 2020-01-29 18:38:08.805 2041580 ERROR cinder.volume.manager File "/usr/lib/python2.7/site-packages/cinder/volume/drivers/rbd.py", line 352, in check_for_setup_error
  27. 2020-01-29 18:38:08.805 2041580 ERROR cinder.volume.manager with RADOSClient(self):
  28. 2020-01-29 18:38:08.805 2041580 ERROR cinder.volume.manager File "/usr/lib/python2.7/site-packages/cinder/volume/drivers/rbd.py", line 191, in __init__
  29. 2020-01-29 18:38:08.805 2041580 ERROR cinder.volume.manager self.cluster, self.ioctx = driver._connect_to_rados(pool)
  30. 2020-01-29 18:38:08.805 2041580 ERROR cinder.volume.manager File "/usr/lib/python2.7/site-packages/cinder/volume/drivers/rbd.py", line 424, in _connect_to_rados
  31. 2020-01-29 18:38:08.805 2041580 ERROR cinder.volume.manager return _do_conn(pool, remote, timeout)
  32. 2020-01-29 18:38:08.805 2041580 ERROR cinder.volume.manager File "/usr/lib/python2.7/site-packages/cinder/utils.py", line 818, in _wrapper
  33. 2020-01-29 18:38:08.805 2041580 ERROR cinder.volume.manager return r.call(f, *args, **kwargs)
  34. 2020-01-29 18:38:08.805 2041580 ERROR cinder.volume.manager File "/usr/lib/python2.7/site-packages/retrying.py", line 229, in call
  35. 2020-01-29 18:38:08.805 2041580 ERROR cinder.volume.manager raise attempt.get()
  36. 2020-01-29 18:38:08.805 2041580 ERROR cinder.volume.manager File "/usr/lib/python2.7/site-packages/retrying.py", line 261, in get
  37. 2020-01-29 18:38:08.805 2041580 ERROR cinder.volume.manager six.reraise(self.value[0], self.value[1], self.value[2])
  38. 2020-01-29 18:38:08.805 2041580 ERROR cinder.volume.manager File "/usr/lib/python2.7/site-packages/retrying.py", line 217, in call
  39. 2020-01-29 18:38:08.805 2041580 ERROR cinder.volume.manager attempt = Attempt(fn(*args, **kwargs), attempt_number, False)
  40. 2020-01-29 18:38:08.805 2041580 ERROR cinder.volume.manager File "/usr/lib/python2.7/site-packages/cinder/volume/drivers/rbd.py", line 422, in _do_conn
  41. 2020-01-29 18:38:08.805 2041580 ERROR cinder.volume.manager raise exception.VolumeBackendAPIException(data=msg)
  42. 2020-01-29 18:38:08.805 2041580 ERROR cinder.volume.manager VolumeBackendAPIException: Bad or unexpected response from the storage volume backend API: Error connecting to ceph cluster.
  43. 2020-01-29 18:38:08.805 2041580 ERROR cinder.volume.manager
  44. 2020-01-29 18:38:09.809 2041580 INFO cinder.volume.manager [req-f2ae4968-19a9-430d-a52b-68d569a4a86f - - - - -] Starting volume driver RBDDriver (1.2.0)
  45. 2020-01-29 18:38:09.810 2041580 DEBUG cinder.volume.drivers.rbd [req-f2ae4968-19a9-430d-a52b-68d569a4a86f - - - - -] connecting to cinder@ceph (conf=/etc/ceph/ceph.conf, timeout=5). _do_conn /usr/lib/python2.7/site-packages/cinder/volume/drivers/rbd.py:402
  46. 2020-01-29 18:38:09.877 2041580 ERROR cinder.volume.drivers.rbd [req-f2ae4968-19a9-430d-a52b-68d569a4a86f - - - - -] Error connecting to ceph cluster.: ObjectNotFound: [errno 2] error connecting to the cluster
  47. 2020-01-29 18:38:09.877 2041580 ERROR cinder.volume.drivers.rbd Traceback (most recent call last):
  48. 2020-01-29 18:38:09.877 2041580 ERROR cinder.volume.drivers.rbd File "/usr/lib/python2.7/site-packages/cinder/volume/drivers/rbd.py", line 415, in _do_conn
  49. 2020-01-29 18:38:09.877 2041580 ERROR cinder.volume.drivers.rbd client.connect()
  50. 2020-01-29 18:38:09.877 2041580 ERROR cinder.volume.drivers.rbd File "rados.pyx", line 893, in rados.Rados.connect (/builddir/build/BUILD/ceph-14.2.1/build/src/pybind/rados/pyrex/rados.c:9834)
  51. 2020-01-29 18:38:09.877 2041580 ERROR cinder.volume.drivers.rbd ObjectNotFound: [errno 2] error connecting to the cluster
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement