Comment 4 for bug 1771987

Revision history for this message
Bram Nagtegals (turtleeeeeeeeeeeeeee) wrote :

I also got a similar issue.
It could potentially be caused by rerunning a playbook.
Restarting doesn't fix it for me, someone has a suggestion?

Jul 08 19:27:51 aio1 cinder-volume[25193]: 2019-07-08 19:27:51.616 25193 DEBUG oslo_concurrency.processutils [req-eabd3210-b1db-42ed-91b6-9f8f3d945a34 - - - - -] u'sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --version' failed. Not Retrying. execute /openstack/venvs/cinder-19.0.0.0rc4.dev3/lib/python2.7/site-packages/oslo_concurrency/processutils.py:457
Jul 08 19:27:51 aio1 cinder-volume[25193]: 2019-07-08 19:27:51.618 25193 ERROR cinder.volume.manager [req-eabd3210-b1db-42ed-91b6-9f8f3d945a34 - - - - -] Failed to initialize driver.: OSError: [Errno 2] No such file or directory
                                           2019-07-08 19:27:51.618 25193 ERROR cinder.volume.manager Traceback (most recent call last):
                                           2019-07-08 19:27:51.618 25193 ERROR cinder.volume.manager File "/openstack/venvs/cinder-19.0.0.0rc4.dev3/lib/python2.7/site-packages/cinder/volume/manager.py", line 469, in _init_host
                                           2019-07-08 19:27:51.618 25193 ERROR cinder.volume.manager self.driver.check_for_setup_error()
                                           2019-07-08 19:27:51.618 25193 ERROR cinder.volume.manager File "/openstack/venvs/cinder-19.0.0.0rc4.dev3/lib/python2.7/site-packages/cinder/volume/drivers/lvm.py", line 292, in check_for_setup_error
                                           2019-07-08 19:27:51.618 25193 ERROR cinder.volume.manager if volutils.supports_thin_provisioning():
                                           2019-07-08 19:27:51.618 25193 ERROR cinder.volume.manager File "/openstack/venvs/cinder-19.0.0.0rc4.dev3/lib/python2.7/site-packages/cinder/volume/utils.py", line 644, in supports_thin_provisioning
                                           2019-07-08 19:27:51.618 25193 ERROR cinder.volume.manager utils.get_root_helper())
                                           2019-07-08 19:27:51.618 25193 ERROR cinder.volume.manager File "/openstack/venvs/cinder-19.0.0.0rc4.dev3/lib/python2.7/site-packages/cinder/brick/local_dev/lvm.py", line 225, in supports_thin_provisioning
                                           2019-07-08 19:27:51.618 25193 ERROR cinder.volume.manager return LVM.get_lvm_version(root_helper) >= (2, 2, 95)
                                           2019-07-08 19:27:51.618 25193 ERROR cinder.volume.manager File "/openstack/venvs/cinder-19.0.0.0rc4.dev3/lib/python2.7/site-packages/cinder/brick/local_dev/lvm.py", line 202, in get_lvm_version
                                           2019-07-08 19:27:51.618 25193 ERROR cinder.volume.manager run_as_root=True)
                                           2019-07-08 19:27:51.618 25193 ERROR cinder.volume.manager File "/openstack/venvs/cinder-19.0.0.0rc4.dev3/lib/python2.7/site-packages/oslo_concurrency/processutils.py", line 391, in execute
                                           2019-07-08 19:27:51.618 25193 ERROR cinder.volume.manager env=env_variables)
                                           2019-07-08 19:27:51.618 25193 ERROR cinder.volume.manager File "/openstack/venvs/cinder-19.0.0.0rc4.dev3/lib/python2.7/site-packages/eventlet/green/subprocess.py", line 58, in __init__
                                           2019-07-08 19:27:51.618 25193 ERROR cinder.volume.manager subprocess_orig.Popen.__init__(self, args, 0, *argss, **kwds)
                                           2019-07-08 19:27:51.618 25193 ERROR cinder.volume.manager File "/usr/lib/python2.7/subprocess.py", line 390, in __init__
                                           2019-07-08 19:27:51.618 25193 ERROR cinder.volume.manager errread, errwrite)
                                           2019-07-08 19:27:51.618 25193 ERROR cinder.volume.manager File "/usr/lib/python2.7/subprocess.py", line 1024, in _execute_child
                                           2019-07-08 19:27:51.618 25193 ERROR cinder.volume.manager raise child_exception
                                           2019-07-08 19:27:51.618 25193 ERROR cinder.volume.manager OSError: [Errno 2] No such file or directory
                                           2019-07-08 19:27:51.618 25193 ERROR cinder.volume.manager