alohamora007

OSP

Jun 1st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. 2018-06-01 14:59:49.612 1 ERROR nova.compute.manager [req-7e073b43-b332-4a7b-ad92-1932a3e0501a - - - - -] Error updating resources for node R630compute-0.localdomain.: ObjectNotFound: error opening pool 'vms'
  2. 2018-06-01 14:59:49.612 1 ERROR nova.compute.manager Traceback (most recent call last):
  3. 2018-06-01 14:59:49.612 1 ERROR nova.compute.manager File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 6695, in update_available_resource_for_node
  4. 2018-06-01 14:59:49.612 1 ERROR nova.compute.manager rt.update_available_resource(context, nodename)
  5. 2018-06-01 14:59:49.612 1 ERROR nova.compute.manager File "/usr/lib/python2.7/site-packages/nova/compute/resource_tracker.py", line 641, in update_available_resource
  6. 2018-06-01 14:59:49.612 1 ERROR nova.compute.manager resources = self.driver.get_available_resource(nodename)
  7. 2018-06-01 14:59:49.612 1 ERROR nova.compute.manager File "/usr/lib/python2.7/site-packages/nova/virt/libvirt/driver.py", line 5862, in get_available_resource
  8. 2018-06-01 14:59:49.612 1 ERROR nova.compute.manager disk_info_dict = self._get_local_gb_info()
  9. 2018-06-01 14:59:49.612 1 ERROR nova.compute.manager File "/usr/lib/python2.7/site-packages/nova/virt/libvirt/driver.py", line 5429, in _get_local_gb_info
  10. 2018-06-01 14:59:49.612 1 ERROR nova.compute.manager info = LibvirtDriver._get_rbd_driver().get_pool_info()
  11. 2018-06-01 14:59:49.612 1 ERROR nova.compute.manager File "/usr/lib/python2.7/site-packages/nova/virt/libvirt/storage/rbd_utils.py", line 369, in get_pool_info
  12. 2018-06-01 14:59:49.612 1 ERROR nova.compute.manager with RADOSClient(self) as client:
  13. 2018-06-01 14:59:49.612 1 ERROR nova.compute.manager File "/usr/lib/python2.7/site-packages/nova/virt/libvirt/storage/rbd_utils.py", line 103, in __init__
  14. 2018-06-01 14:59:49.612 1 ERROR nova.compute.manager self.cluster, self.ioctx = driver._connect_to_rados(pool)
  15. 2018-06-01 14:59:49.612 1 ERROR nova.compute.manager File "/usr/lib/python2.7/site-packages/nova/virt/libvirt/storage/rbd_utils.py", line 140, in _connect_to_rados
  16. 2018-06-01 14:59:49.612 1 ERROR nova.compute.manager ioctx = client.open_ioctx(str(pool_to_open))
  17. 2018-06-01 14:59:49.612 1 ERROR nova.compute.manager File "rados.pyx", line 425, in rados.requires.wrapper.validate_func (rados.c:4106)
  18. 2018-06-01 14:59:49.612 1 ERROR nova.compute.manager File "rados.pyx", line 1103, in rados.Rados.open_ioctx (rados.c:11807)
  19. 2018-06-01 14:59:49.612 1 ERROR nova.compute.manager ObjectNotFound: error opening pool 'vms'
  20. 2018-06-01 14:59:49.612 1 ERROR nova.compute.manager
  21.  
  22.  
  23. ### I do have CephPools: parameter defaults in ceph-ansible.yaml template file
  24.  
  25.  
  26. CephPools:
  27. - name: vms
  28. pg_num: 1024
  29. pgp_num: 1024
  30.  
  31. ## After checking the pools there is just 1 , volumes and vms pools are missing
  32.  
  33. [heat-admin@controller-0 ~]$ sudo ceph df
  34. GLOBAL:
  35. SIZE AVAIL RAW USED %RAW USED
  36. 0 0 0 0
  37. POOLS:
  38. NAME ID USED %USED MAX AVAIL OBJECTS
  39. images 1 0 0 0 0
  40. [heat-admin@controller-0 ~]$
Add Comment
Please, Sign In to add comment