]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorFrank Brehm <frank@brehm-online.com>
Mon, 26 Feb 2018 20:46:56 +0000 (21:46 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Mon, 26 Feb 2018 20:46:56 +0000 (21:46 +0100)
libvirt/libvirtd.conf
libvirt/qemu.conf
logrotate.d/libvirtd.libxl
logrotate.d/libvirtd.lxc
logrotate.d/libvirtd.qemu
logrotate.d/libvirtd.uml

index 8a1b3a92db7ebd8e92a74fb864b4cdbb86955252..8e0c0d96d24aa4938b1cc5f09421600d2d549b18 100644 (file)
@@ -1,6 +1,6 @@
 # Master libvirt daemon configuration file
 #
-# For further information consult http://libvirt.org/format.html
+# For further information consult https://libvirt.org/format.html
 #
 # NOTE: the tests/daemon-conf regression test script requires
 # that each "PARAMETER = VALUE" line in this file have the parameter
index 2e8370a5a81e5a9f52ca76a0835a7320cf7f5c74..43dd561cca90114b86e0cdd036c34d6a1dba6ef2 100644 (file)
@@ -13,8 +13,9 @@
 #
 #  dh-params.pem - the DH params configuration file
 #
-# If the directory does not exist or contain the necessary files, QEMU
-# domains will fail to start if they are configured to use TLS.
+# If the directory does not exist, libvirtd will fail to start. If the
+# directory doesn't contain the necessary files, QEMU domains will fail
+# to start if they are configured to use TLS.
 #
 # In order to overwrite the default path alter the following. This path
 # definition will be used as the default path for other *_tls_x509_cert_dir
@@ -87,8 +88,9 @@
 
 # In order to override the default TLS certificate location for
 # vnc certificates, supply a valid path to the certificate directory.
-# If the provided path does not exist then the default_tls_x509_cert_dir
-# path will be used.
+# If the provided path does not exist, libvirtd will fail to start.
+# If the path is not provided, but vnc_tls = 1, then the
+# default_tls_x509_cert_dir path will be used.
 #
 #vnc_tls_x509_cert_dir = "/etc/pki/libvirt-vnc"
 
 
 # In order to override the default TLS certificate location for
 # spice certificates, supply a valid path to the certificate directory.
-# If the provided path does not exist then the default_tls_x509_cert_dir
-# path will be used.
+# If the provided path does not exist, libvirtd will fail to start.
+# If the path is not provided, but spice_tls = 1, then the
+# default_tls_x509_cert_dir path will be used.
 #
 #spice_tls_x509_cert_dir = "/etc/pki/libvirt-spice"
 
 
 # In order to override the default TLS certificate location for character
 # device TCP certificates, supply a valid path to the certificate directory.
-# If the provided path does not exist then the default_tls_x509_cert_dir
-# path will be used.
+# If the provided path does not exist, libvirtd will fail to start.
+# If the path is not provided, but chardev_tls = 1, then the
+# default_tls_x509_cert_dir path will be used.
 #
 #chardev_tls_x509_cert_dir = "/etc/pki/libvirt-chardev"
 
 # This is used to authenticate the VxHS block device clients to the VxHS
 # server.
 #
-# If the provided path does not exist then the default_tls_x509_cert_dir
-# path will be used.
+# If the provided path does not exist, libvirtd will fail to start.
+# If the path is not provided, but vxhs_tls = 1, then the
+# default_tls_x509_cert_dir path will be used.
 #
 # VxHS block device clients expect the client certificate and key to be
 # present in the certificate directory along with the CA master certificate.
 
 # In order to override the default TLS certificate location for migration
 # certificates, supply a valid path to the certificate directory. If the
-# provided path does not exist then the default_tls_x509_cert_dir path
+# provided path does not exist, libvirtd will fail to start. If the path is
+# not provided, but migrate_tls = 1, then the default_tls_x509_cert_dir path
 # will be used. Once/if a default certificate is enabled/defined, migration
 # will then be able to use the certificate via migration API flags.
 #
 
 # What cgroup controllers to make use of with QEMU guests
 #
-#  - 'cpu' - use for schedular tunables
+#  - 'cpu' - use for scheduler tunables
 #  - 'devices' - use for device whitelisting
 #  - 'memory' - use for memory tunables
 #  - 'blkio' - use for block devices I/O tunables
index c531513eccc337ade18718f5ef0b3a075cd08193..4d957b6d2dc730b8aa1fe53b04f094b63b019cdc 100644 (file)
@@ -5,5 +5,4 @@
         compress
         delaycompress
         copytruncate
-        minsize 100k
 }
index af0adc2e7c779830079448fd27db4c301651d851..9136c3a00694f4a523ee3a7c3cae36f4d95e33f0 100644 (file)
@@ -5,5 +5,4 @@
         compress
         delaycompress
         copytruncate
-        minsize 100k
 }
index 6a866f9f3e07a20967fc45f8c44dd557131c3a56..76e5809f6fe76c39aa8c29a57ba7c67a3093b08f 100644 (file)
@@ -5,5 +5,4 @@
         compress
         delaycompress
         copytruncate
-        minsize 100k
 }
index 441a905d74e203fccf2f38dd80d0d0e45f6bcc2e..bf00c5dc4520d2932c117a8b30713cdb2a25368c 100644 (file)
@@ -5,5 +5,4 @@
         compress
         delaycompress
         copytruncate
-        minsize 100k
 }