Add lvm2 to Dockerfile package installation#419
Open
Alexander Noskov (noskovao) wants to merge 2 commits intovexxhost:mainfrom
Open
Add lvm2 to Dockerfile package installation#419Alexander Noskov (noskovao) wants to merge 2 commits intovexxhost:mainfrom
Alexander Noskov (noskovao) wants to merge 2 commits intovexxhost:mainfrom
Conversation
This package provides ability to run nova-compute with LVM backend, otherwise it fails with: 2026-03-09 22:36:44.278 2787032 ERROR nova.compute.manager Traceback (most recent call last): 2026-03-09 22:36:44.278 2787032 ERROR nova.compute.manager File "/var/lib/openstack/lib/python3.10/site-packages/nova/compute/manager.py", line 11232, in _update_available_resource_for_node 2026-03-09 22:36:44.278 2787032 ERROR nova.compute.manager self.rt.update_available_resource(context, nodename, 2026-03-09 22:36:44.278 2787032 ERROR nova.compute.manager File "/var/lib/openstack/lib/python3.10/site-packages/nova/compute/resource_tracker.py", line 911, in update_available_resource 2026-03-09 22:36:44.278 2787032 ERROR nova.compute.manager resources = self.driver.get_available_resource(nodename) 2026-03-09 22:36:44.278 2787032 ERROR nova.compute.manager File "/var/lib/openstack/lib/python3.10/site-packages/nova/virt/libvirt/driver.py", line 10143, in get_available_resource 2026-03-09 22:36:44.278 2787032 ERROR nova.compute.manager disk_info_dict = self._get_local_gb_info() 2026-03-09 22:36:44.278 2787032 ERROR nova.compute.manager File "/var/lib/openstack/lib/python3.10/site-packages/nova/virt/libvirt/driver.py", line 8364, in _get_local_gb_info 2026-03-09 22:36:44.278 2787032 ERROR nova.compute.manager info = lvm.get_volume_group_info( 2026-03-09 22:36:44.278 2787032 ERROR nova.compute.manager File "/var/lib/openstack/lib/python3.10/site-packages/nova/virt/libvirt/storage/lvm.py", line 92, in get_volume_group_info 2026-03-09 22:36:44.278 2787032 ERROR nova.compute.manager out, err = nova.privsep.fs.vginfo(vg) 2026-03-09 22:36:44.278 2787032 ERROR nova.compute.manager File "/var/lib/openstack/lib/python3.10/site-packages/oslo_privsep/priv_context.py", line 263, in _wrap 2026-03-09 22:36:44.278 2787032 ERROR nova.compute.manager return self.channel.remote_call(name, args, kwargs, 2026-03-09 22:36:44.278 2787032 ERROR nova.compute.manager File "/var/lib/openstack/lib/python3.10/site-packages/oslo_privsep/daemon.py", line 219, in remote_call 2026-03-09 22:36:44.278 2787032 ERROR nova.compute.manager raise exc_type(*result[2]) 2026-03-09 22:36:44.278 2787032 ERROR nova.compute.manager FileNotFoundError: [Errno 2] No such file or directory Signed-off-by: Alexander Noskov <alexander.noskov@datto.com>
5fee64b to
ba78e7d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This package provides ability to run nova-compute with LVM backend; otherwise, it fails with: