I've upgraded recently environment to latest stable/victoria build, and I am 
not able to boot from rbd volume - actually cinder cannot fetch flance images 
from RBD - it worked on train and ussuri. Ceph is Pacific (16.2.6) - 
https://paste.opendev.org/raw/809512/
Looks like related to this one 
https://review.opendev.org/c/openstack/cinder/+/808475 (it is not merged to 
ussuri yet)
I've tested rbd_store_chunk_size = 8 (the same as in glance). But same issue.

I've used older cinder Victoria build and it worked.


           |__Flow 'volume_create_manager': rbd.PermissionError: [errno 1] 
error opening image b'7e0beafa-f1a2-403e-8394-f5e6900d0785' at snapshot None
2021-09-22 18:23:19.974 72 ERROR cinder.volume.manager Traceback (most recent 
call last):
2021-09-22 18:23:19.974 72 ERROR cinder.volume.manager   File 
"/var/lib/kolla/venv/lib/python3.6/site-packages/taskflow/engines/action_engine/executor.py",
 line 53, in _execute_task
2021-09-22 18:23:19.974 72 ERROR cinder.volume.manager     result = 
task.execute(**arguments)
2021-09-22 18:23:19.974 72 ERROR cinder.volume.manager   File 
"/var/lib/kolla/venv/lib/python3.6/site-packages/cinder/volume/flows/manager/create_volume.py",
 line 1164, in execute
2021-09-22 18:23:19.974 72 ERROR cinder.volume.manager     **volume_spec)
2021-09-22 18:23:19.974 72 ERROR cinder.volume.manager   File 
"/var/lib/kolla/venv/lib/python3.6/site-packages/cinder/utils.py", line 694, in 
_wrapper
2021-09-22 18:23:19.974 72 ERROR cinder.volume.manager     return r.call(f, 
*args, **kwargs)
2021-09-22 18:23:19.974 72 ERROR cinder.volume.manager   File 
"/var/lib/kolla/venv/lib/python3.6/site-packages/tenacity/__init__.py", line 
409, in call
2021-09-22 18:23:19.974 72 ERROR cinder.volume.manager     do = 
self.iter(retry_state=retry_state)
2021-09-22 18:23:19.974 72 ERROR cinder.volume.manager   File 
"/var/lib/kolla/venv/lib/python3.6/site-packages/tenacity/__init__.py", line 
356, in iter
2021-09-22 18:23:19.974 72 ERROR cinder.volume.manager     return fut.result()
2021-09-22 18:23:19.974 72 ERROR cinder.volume.manager   File 
"/usr/lib64/python3.6/concurrent/futures/_base.py", line 425, in result
2021-09-22 18:23:19.974 72 ERROR cinder.volume.manager     return 
self.__get_result()
2021-09-22 18:23:19.974 72 ERROR cinder.volume.manager   File 
"/usr/lib64/python3.6/concurrent/futures/_base.py", line 384, in __get_result
2021-09-22 18:23:19.974 72 ERROR cinder.volume.manager     raise self._exception
2021-09-22 18:23:19.974 72 ERROR cinder.volume.manager   File 
"/var/lib/kolla/venv/lib/python3.6/site-packages/tenacity/__init__.py", line 
412, in call
2021-09-22 18:23:19.974 72 ERROR cinder.volume.manager     result = fn(*args, 
**kwargs)
2021-09-22 18:23:19.974 72 ERROR cinder.volume.manager   File 
"/var/lib/kolla/venv/lib/python3.6/site-packages/cinder/volume/flows/manager/create_volume.py",
 line 1032, in _create_from_image
2021-09-22 18:23:19.974 72 ERROR cinder.volume.manager     image_service)
2021-09-22 18:23:19.974 72 ERROR cinder.volume.manager   File 
"/var/lib/kolla/venv/lib/python3.6/site-packages/cinder/volume/drivers/rbd.py", 
line 1584, in clone_image
2021-09-22 18:23:19.974 72 ERROR cinder.volume.manager     volume_update = 
self._clone(volume, pool, image, snapshot)
2021-09-22 18:23:19.974 72 ERROR cinder.volume.manager   File 
"/var/lib/kolla/venv/lib/python3.6/site-packages/cinder/volume/drivers/rbd.py", 
line 1034, in _clone
2021-09-22 18:23:19.974 72 ERROR cinder.volume.manager     stripe_unit = 
self._get_stripe_unit(src_client.ioctx, src_image)
2021-09-22 18:23:19.974 72 ERROR cinder.volume.manager   File 
"/var/lib/kolla/venv/lib/python3.6/site-packages/cinder/volume/drivers/rbd.py", 
line 1018, in _get_stripe_unit
2021-09-22 18:23:19.974 72 ERROR cinder.volume.manager     image = 
self.rbd.Image(ioctx, volume_name)
2021-09-22 18:23:19.974 72 ERROR cinder.volume.manager   File "rbd.pyx", line 
2960, in rbd.Image.__init__
2021-09-22 18:23:19.974 72 ERROR cinder.volume.manager rbd.PermissionError: 
[errno 1] error opening image b'7e0beafa-f1a2-403e-8394-f5e6900d0785' at 
snapshot None
2021-09-22 18:23:19.974 72 ERROR cinder.volume.manager

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1931004

Title:
  Add support for Pacific to RBD driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1931004/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to