]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
remote: conf: Mention that 'virtproxyd' doesn't require the '--listen' flag
authorPeter Krempa <pkrempa@redhat.com>
Tue, 12 Jul 2022 10:45:52 +0000 (12:45 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 13 Jul 2022 07:28:04 +0000 (09:28 +0200)
'virtproxyd' doesn't have the '--listen' parameter and it's enough just
to enable the corresponding option in the config.

The config file is generic for all the daemons and we just omit/adjust
some sections. Adding a separate mechanism to omit the note about the
'--listen' parameter would be overkill so mention explicitly that it's
required only for libvirtd and not virtproxyd.

The section is omitted for other daemons.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2094641
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
src/remote/libvirtd.conf.in

index defe6b83d0e14d0cbdae8cb36072b437a825d51d..80a98b1529c89f1152a6a364e41a16bec83ad39f 100644 (file)
@@ -8,8 +8,10 @@
 #
 
 # Flag listening for secure TLS connections on the public TCP/IP port.
-# NB, must pass the --listen flag to the @DAEMON_NAME@ process for this to
-# have any effect.
+#
+# To enable listening sockets with the 'libvirtd' daemon it's also required to
+# pass the '--listen' flag on the commandline of the daemon.
+# This is not needed with 'virtproxyd'.
 #
 # This setting is not required or honoured if using systemd socket
 # activation.
 #listen_tls = 0
 
 # Listen for unencrypted TCP connections on the public TCP/IP port.
-# NB, must pass the --listen flag to the @DAEMON_NAME@ process for this to
-# have any effect.
+#
+# To enable listening sockets with the 'libvirtd' daemon it's also required to
+# pass the '--listen' flag on the commandline of the daemon.
+# This is not needed with 'virtproxyd'.
 #
 # This setting is not required or honoured if using systemd socket
 # activation.