Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2020
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.94 KB | None | 0 0
  1. Jun 03 07:00:43 ctrl1 cinder-volume[15498]: 2020-06-03 07:00:43.877 15498 ERROR oslo_service.service [req-59a0886e-bdb9-4245-b4e3-f6a3205379d9 - - - - -] Error starting thread.: PermissionError: [errno 1] error listing images
  2. 2020-06-03 07:00:43.877 15498 ERROR oslo_service.service Traceback (most recent call last):
  3. 2020-06-03 07:00:43.877 15498 ERROR oslo_service.service File "/openstack/venvs/cinder-19.1.1/lib/python2.7/site-packages/oslo_service/service.py", line 810, in run_service
  4. 2020-06-03 07:00:43.877 15498 ERROR oslo_service.service service.start()
  5. 2020-06-03 07:00:43.877 15498 ERROR oslo_service.service File "/openstack/venvs/cinder-19.1.1/lib/python2.7/site-packages/cinder/service.py", line 229, in start
  6. 2020-06-03 07:00:43.877 15498 ERROR oslo_service.service service_id=Service.service_id)
  7. 2020-06-03 07:00:43.877 15498 ERROR oslo_service.service File "/openstack/venvs/cinder-19.1.1/lib/python2.7/site-packages/cinder/volume/manager.py", line 445, in init_host
  8. 2020-06-03 07:00:43.877 15498 ERROR oslo_service.service self._init_host(added_to_cluster, **kwargs)
  9. 2020-06-03 07:00:43.877 15498 ERROR oslo_service.service File "/openstack/venvs/cinder-19.1.1/lib/python2.7/site-packages/cinder/volume/manager.py", line 479, in _init_host
  10. 2020-06-03 07:00:43.877 15498 ERROR oslo_service.service self.driver.init_capabilities()
  11. 2020-06-03 07:00:43.877 15498 ERROR oslo_service.service File "/openstack/venvs/cinder-19.1.1/lib/python2.7/site-packages/cinder/volume/driver.py", line 746, in init_capabilities
  12. 2020-06-03 07:00:43.877 15498 ERROR oslo_service.service stats = self.get_volume_stats(True)
  13. 2020-06-03 07:00:43.877 15498 ERROR oslo_service.service File "/openstack/venvs/cinder-19.1.1/lib/python2.7/site-packages/cinder/volume/drivers/rbd.py", line 595, in get_volume_stats
  14. 2020-06-03 07:00:43.877 15498 ERROR oslo_service.service self._update_volume_stats()
  15. 2020-06-03 07:00:43.877 15498 ERROR oslo_service.service File "/openstack/venvs/cinder-19.1.1/lib/python2.7/site-packages/cinder/volume/drivers/rbd.py", line 579, in _update_volume_stats
  16. 2020-06-03 07:00:43.877 15498 ERROR oslo_service.service total_gbi = self._get_usage_info()
  17. 2020-06-03 07:00:43.877 15498 ERROR oslo_service.service File "/openstack/venvs/cinder-19.1.1/lib/python2.7/site-packages/cinder/volume/drivers/rbd.py", line 474, in _get_usage_info
  18. 2020-06-03 07:00:43.877 15498 ERROR oslo_service.service for t in self.RBDProxy().list(client.ioctx):
  19. 2020-06-03 07:00:43.877 15498 ERROR oslo_service.service File "/openstack/venvs/cinder-19.1.1/lib/python2.7/site-packages/eventlet/tpool.py", line 190, in doit
  20. 2020-06-03 07:00:43.877 15498 ERROR oslo_service.service result = proxy_call(self._autowrap, f, *args, **kwargs)
  21. 2020-06-03 07:00:43.877 15498 ERROR oslo_service.service File "/openstack/venvs/cinder-19.1.1/lib/python2.7/site-packages/eventlet/tpool.py", line 148, in proxy_call
  22. 2020-06-03 07:00:43.877 15498 ERROR oslo_service.service rv = execute(f, *args, **kwargs)
  23. 2020-06-03 07:00:43.877 15498 ERROR oslo_service.service File "/openstack/venvs/cinder-19.1.1/lib/python2.7/site-packages/eventlet/tpool.py", line 129, in execute
  24. 2020-06-03 07:00:43.877 15498 ERROR oslo_service.service six.reraise(c, e, tb)
  25. 2020-06-03 07:00:43.877 15498 ERROR oslo_service.service File "/openstack/venvs/cinder-19.1.1/lib/python2.7/site-packages/eventlet/tpool.py", line 83, in tworker
  26. 2020-06-03 07:00:43.877 15498 ERROR oslo_service.service rv = meth(*args, **kwargs)
  27. 2020-06-03 07:00:43.877 15498 ERROR oslo_service.service File "rbd.pyx", line 1007, in rbd.RBD.list
  28. 2020-06-03 07:00:43.877 15498 ERROR oslo_service.service PermissionError: [errno 1] error listing images
  29. 2020-06-03 07:00:43.877 15498 ERROR oslo_service.service
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement