a870a15461
- Introduce virtlockd daemon - parallels: add disk and network device support - Add virDomainSendProcessSignal API - Introduce virDomainFSTrim() public API - add fuse support for libvirt lxc - Add Gluster protocol as supported network disk backend - various snapshot improvements - Add upstream patches to fix bugs in 1.0.1 66ff2ddc-virtlockd-systemd-file-perms.patch, 462a6962-script-fixes1.patch, cb854b8f-script-fixes2.patch, 5ec4b22b-script-fixes3.patch, a1fd56cb-script-fixes4.patch, 68e7bc45-libxl-link-fix.patch - Rework SUSE patches for the various init scripts Dropped use-init-script-redhat.patch and added libvirtd-init-script.patch, libvirt-guests-init-script.patch, and virtlockd-init-script.patch - Drop upstream patches: 371ddc98-xen-sysctl-9.patch, 416eca18-xenstore-header-fix.patch, f644361b-virCommand-env.patch, 2b32735a-virCommand-env.patch, 9785f2b6-fix-xen-sysctl9.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=238
47 lines
1.3 KiB
Diff
47 lines
1.3 KiB
Diff
Adjust libvirtd sysconfig file to conform to SUSE standards
|
|
|
|
Index: libvirt-1.0.1/daemon/libvirtd.sysconf
|
|
===================================================================
|
|
--- libvirt-1.0.1.orig/daemon/libvirtd.sysconf
|
|
+++ libvirt-1.0.1/daemon/libvirtd.sysconf
|
|
@@ -1,16 +1,25 @@
|
|
+## Path: System/Virtualization/libvirt
|
|
+
|
|
+## Type: string
|
|
+## Default: /etc/libvirt/libvirtd.conf
|
|
# Override the default config file
|
|
# NOTE: This setting is no longer honoured if using
|
|
# systemd. Set '--config /etc/libvirt/libvirtd.conf'
|
|
# in LIBVIRTD_ARGS instead.
|
|
-#LIBVIRTD_CONFIG=/etc/libvirt/libvirtd.conf
|
|
+LIBVIRTD_CONFIG=/etc/libvirt/libvirtd.conf
|
|
|
|
-# Listen for TCP/IP connections
|
|
-# NB. must setup TLS/SSL keys prior to using this
|
|
-#LIBVIRTD_ARGS="--listen"
|
|
+## Type: string
|
|
+## Default: --listen
|
|
+# Arguments to pass to libvirtd
|
|
+LIBVIRTD_ARGS="--listen"
|
|
|
|
+## Type: string
|
|
+## Default: none
|
|
# Override Kerberos service keytab for SASL/GSSAPI
|
|
#KRB5_KTNAME=/etc/libvirt/krb5.tab
|
|
|
|
+## Type: string
|
|
+## Default: none
|
|
# Override the QEMU/SDL default audio driver probing when
|
|
# starting virtual machines using SDL graphics
|
|
#
|
|
@@ -20,5 +29,7 @@
|
|
#
|
|
#SDL_AUDIODRIVER=pulse
|
|
|
|
-# Override the maximum number of opened files
|
|
-#LIBVIRTD_NOFILES_LIMIT=2048
|
|
+## Type: integer
|
|
+## Default: 2048
|
|
+## Override the maximum number of opened files
|
|
+LIBVIRTD_NOFILES_LIMIT=2048
|