Accepting request 620643 from home:jfehlig:branches:Virtualization
- spec: enable gluster storage backend for openSUSE OBS-URL: https://build.opensuse.org/request/show/620643 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=694
This commit is contained in:
parent
2adf4b3d71
commit
d87f957015
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 4 15:27:05 UTC 2018 - jfehlig@suse.com
|
||||||
|
|
||||||
|
- spec: enable gluster storage backend for openSUSE
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 25 14:17:03 UTC 2018 - jfehlig@suse.com
|
Mon Jun 25 14:17:03 UTC 2018 - jfehlig@suse.com
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
# Then the secondary host drivers, which run inside libvirtd
|
# Then the secondary host drivers, which run inside libvirtd
|
||||||
%define with_storage_rbd 0%{!?_without_storage_rbd:0}
|
%define with_storage_rbd 0%{!?_without_storage_rbd:0}
|
||||||
%define with_storage_sheepdog 0
|
%define with_storage_sheepdog 0
|
||||||
%define with_storage_gluster 0
|
%define with_storage_gluster 0%{!?_without_storage_gluster:1}
|
||||||
%define with_apparmor 0%{!?_without_apparmor:1}
|
%define with_apparmor 0%{!?_without_apparmor:1}
|
||||||
|
|
||||||
# Optional bits on by default
|
# Optional bits on by default
|
||||||
@ -142,6 +142,11 @@
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# gluster storage backend is not supported in SLE
|
||||||
|
%if ! 0%{?is_opensuse}
|
||||||
|
%define with_storage_gluster 0
|
||||||
|
%endif
|
||||||
|
|
||||||
# numad is used to manage the CPU and memory placement dynamically for
|
# numad is used to manage the CPU and memory placement dynamically for
|
||||||
# qemu, lxc, and uml drivers
|
# qemu, lxc, and uml drivers
|
||||||
%if %{with_qemu} || %{with_lxc} || %{with_uml}
|
%if %{with_qemu} || %{with_lxc} || %{with_uml}
|
||||||
|
Loading…
Reference in New Issue
Block a user