Codebase list libvirt / 7b7ff73
patches: Add backport/[...]gluster-module-dep.patch This fixes a linking issue with the gluster storage driver that can prevent startup even for VMs that don't use gluster. Andrea Bolognani 3 years ago
2 changed file(s) with 27 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 From: Pavel Hrdina <phrdina@redhat.com>
1 Date: Tue, 8 Sep 2020 15:45:11 +0200
2 Subject: src/storage/meson: fix vir_storage_file_gluster module dependencies
3
4 The correct key for dependencies for virt_modules hash is `deps`.
5
6 Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
7 Reviewed-by: Peter Krempa <pkrempa@redhat.com>
8 (cherry picked from commit a490693367ea903542a5200214b87430772b27db)
9 ---
10 src/storage/meson.build | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/src/storage/meson.build b/src/storage/meson.build
14 index 18ea0f3..b4cefe9 100644
15 --- a/src/storage/meson.build
16 +++ b/src/storage/meson.build
17 @@ -187,7 +187,7 @@ if conf.has('WITH_STORAGE_GLUSTER')
18 'sources': [
19 files(storage_file_gluster_sources),
20 ],
21 - 'dependenciec': [
22 + 'deps': [
23 glusterfs_dep,
24 ],
25 'install_dir': storage_file_install_dir,
0 backport/src-storage-meson-fix-vir_storage_file_gluster-module-dep.patch
01 forward/Skip-vircgrouptest.patch
12 forward/Reduce-udevadm-settle-timeout-to-10-seconds.patch
23 forward/Pass-GPG_TTY-env-var-to-the-ssh-binary.patch