]> 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>
Sun, 8 Apr 2018 13:41:35 +0000 (15:41 +0200)
committerFrank Brehm <frank@brehm-online.com>
Sun, 8 Apr 2018 13:41:35 +0000 (15:41 +0200)
init.d/libvirt-guests
libvirt/libvirtd.conf
libvirt/virtlockd.conf

index 9db6d959fe75f28b0be193c34d03234b30bfcd62..84559189949324973c9de36adfd9e0def66c2d39 100755 (executable)
@@ -120,7 +120,7 @@ libvirtd_dom_stop() {
                if [ "${shutdown_type}" = "shutdown" ]; then
                        counter=$((${counter} - 1))
                fi
-               echo -n "."
+               printf "."
        done
 
        if [ "${shutdown_type}" = "shutdown" ]; then
index 8e0c0d96d24aa4938b1cc5f09421600d2d549b18..91b3f47deccfd7da294c5355f7b0f1793700e6c0 100644 (file)
 # TLS x509 certificate configuration
 #
 
+# Use of TLS requires that x509 certificates be issued. The default locations
+# for the certificate files is as follows:
+#
+#   /etc/pki/CA/cacert.pem                 - The CA master certificate
+#   /etc/pki/libvirt/servercert.pem        - The server certificate signed with
+#                                            the cacert.pem
+#   /etc/pki/libvirt/private/serverkey.pem - The server private key
+#
+# It is possible to override the default locations by altering the 'key_file',
+# 'cert_file', and 'ca_file' values and uncommenting them below.
+#
+# NB, overriding the default of one location requires uncommenting and
+# possibly additionally overriding the other settings.
+#
 
 # Override the default server key file path
 #
index 4c935d0a2c1d2db1ce7ad959ababba8f95c0dc4e..24b69aa4253ce49f3aabd114d41975ecd6eed636 100644 (file)
@@ -65,3 +65,9 @@
 # to virtlockd. So 'max_clients' will affect how many VMs can
 # be run on a host
 #max_clients = 1024
+
+# Same processing controls, but this time for the admin interface.
+# For description of each option, be so kind to scroll few lines
+# upwards.
+
+#admin_max_clients = 5