Skip to content

Conversation

bhavin192
Copy link
Collaborator

@bhavin192 bhavin192 commented Sep 23, 2025

Bumps the version to ensure our downstream package is distinguishable.

Upstream bug: https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/2117467

Docker script I used:

set -x

export DEBIAN_FRONTEND=noninteractive 
apt update
apt install -y dpkg-dev ubuntu-dev-tools git
cd pf9-ubuntu-libvirt/src
git config --global --add safe.directory $(pwd)
apt build-dep -y .
DEB_BUILD_OPTIONS=nocheck debuild -b -uc -us

virdevmapper: Always use device name for finding targets. This ensures
that all the target devices of a multipath device are added to the
namespace/cgroup of the guest domain. (LP: #2117467)
@bhavin192 bhavin192 requested a review from Sanket36 September 23, 2025 10:13
Copy link

Thank you for your interest in the libvirt project.

Since this repository is a read-only mirror of the project's master
repostory hosted on GitLab, merge requests opened here are not
processed.

We kindly request that contributors fork the project at

https://gitlab.com/libvirt/libvirt/

push changes to the fork, and then open a new merge request at

https://gitlab.com/libvirt/libvirt/-/merge_requests/new

Thank you for your time and understanding.

@github-actions github-actions bot closed this Sep 23, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Sep 23, 2025
@bhavin192 bhavin192 reopened this Sep 23, 2025
Bhavin Gandhi and others added 2 commits September 23, 2025 22:38
DM_TABLE_DEPS expects a device name in dm_ioctl.name. In one of the
cases, full path of the device was getting returned causing the ioctl
call to fail with `ENXIO (No such device or address)`.

Also rename the function and variable names to better reflect that we
are dealing with DM device names and not paths.

This got introduced in 22494556542c676d1b9e7f1c1f2ea13ac17e1e3e
Resolves: https://gitlab.com/libvirt/libvirt/-/issues/790

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Bhavin Gandhi <bhavin192@geeksocket.in>

Origin: upstream, https://gitlab.com/libvirt/libvirt/-/commit/bf8c7af771
Bug-Ubuntu: https://bugs.launchpad.net/libvirt/+bug/2117467
Last-Update: 2024-07-22
Signed-off-by: Bhavin Gandhi <bhavin@infracloud.io>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants