From a4feb36d3622f6a8feff8538e5bff404c381185e Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Sun, 8 Apr 2018 15:41:35 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- init.d/libvirt-guests | 2 +- libvirt/libvirtd.conf | 14 ++++++++++++++ libvirt/virtlockd.conf | 6 ++++++ 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/init.d/libvirt-guests b/init.d/libvirt-guests index 9db6d959..84559189 100755 --- a/init.d/libvirt-guests +++ b/init.d/libvirt-guests @@ -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 diff --git a/libvirt/libvirtd.conf b/libvirt/libvirtd.conf index 8e0c0d96..91b3f47d 100644 --- a/libvirt/libvirtd.conf +++ b/libvirt/libvirtd.conf @@ -182,6 +182,20 @@ # 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 # diff --git a/libvirt/virtlockd.conf b/libvirt/virtlockd.conf index 4c935d0a..24b69aa4 100644 --- a/libvirt/virtlockd.conf +++ b/libvirt/virtlockd.conf @@ -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 -- 2.39.5