summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Krempa <pkrempa@redhat.com>2023-04-20 10:58:18 +0200
committerPeter Krempa <pkrempa@redhat.com>2023-04-24 12:57:17 +0200
commitb9725e704519fdf47cb772954107285550a9be55 (patch)
tree0b6b6563a3abc99524f53af169d2ef2904754544
parent93f6b820e2429eb6b59c6d7e7996c85d5442fca5 (diff)
downloadlibvirt-b9725e704519fdf47cb772954107285550a9be55.tar.gz
docs: manpages: Clarify that only TLS/TCP remote access needs 'virtproxyd'
Spell out that TCP and TLS needs virtproxyd as 'off-host' might mean that also ssh transport requires it. Also fix the name of the 'virtproxyd' daemon. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
-rw-r--r--docs/manpages/virtbhyved.rst4
-rw-r--r--docs/manpages/virtinterfaced.rst4
-rw-r--r--docs/manpages/virtlxcd.rst4
-rw-r--r--docs/manpages/virtnetworkd.rst4
-rw-r--r--docs/manpages/virtnodedevd.rst4
-rw-r--r--docs/manpages/virtnwfilterd.rst4
-rw-r--r--docs/manpages/virtqemud.rst4
-rw-r--r--docs/manpages/virtsecretd.rst4
-rw-r--r--docs/manpages/virtstoraged.rst4
-rw-r--r--docs/manpages/virtvboxd.rst4
-rw-r--r--docs/manpages/virtvzd.rst4
-rw-r--r--docs/manpages/virtxend.rst4
12 files changed, 24 insertions, 24 deletions
diff --git a/docs/manpages/virtbhyved.rst b/docs/manpages/virtbhyved.rst
index 895fb97ffe..b9e0402f85 100644
--- a/docs/manpages/virtbhyved.rst
+++ b/docs/manpages/virtbhyved.rst
@@ -30,8 +30,8 @@ This daemon runs on virtualization hosts to provide management for bhyve virtual
machines.
The ``virtbhyved`` daemon only listens for requests on a local Unix domain
-socket. Remote off-host access and backwards compatibility with legacy
-clients expecting ``libvirtd`` is provided by the ``virtproxy`` daemon.
+socket. Remote access via TLS/TCP and backwards compatibility with legacy
+clients expecting ``libvirtd`` is provided by the ``virtproxyd`` daemon.
Restarting ``virtbhyved`` does not interrupt running guests. Guests continue to
operate and changes in their state will generally be picked up automatically
diff --git a/docs/manpages/virtinterfaced.rst b/docs/manpages/virtinterfaced.rst
index bdd4be7d87..247a8c4009 100644
--- a/docs/manpages/virtinterfaced.rst
+++ b/docs/manpages/virtinterfaced.rst
@@ -30,8 +30,8 @@ This daemon runs on virtualization hosts to provide management for host network
interfaces.
The ``virtinterfaced`` daemon only listens for requests on a local Unix domain
-socket. Remote off-host access and backwards compatibility with legacy
-clients expecting ``libvirtd`` is provided by the ``virtproxy`` daemon.
+socket. Remote access via TLS/TCP and backwards compatibility with legacy
+clients expecting ``libvirtd`` is provided by the ``virtproxyd`` daemon.
Restarting ``virtinterfaced`` does not interrupt running guests. Guests continue to
operate and changes in their state will generally be picked up automatically
diff --git a/docs/manpages/virtlxcd.rst b/docs/manpages/virtlxcd.rst
index 709c893ca6..a0c1dbbbaa 100644
--- a/docs/manpages/virtlxcd.rst
+++ b/docs/manpages/virtlxcd.rst
@@ -30,8 +30,8 @@ This daemon runs on virtualization hosts to provide management for LXC
containers.
The ``virtlxcd`` daemon only listens for requests on a local Unix domain
-socket. Remote off-host access and backwards compatibility with legacy
-clients expecting ``libvirtd`` is provided by the ``virtproxy`` daemon.
+socket. Remote access via TLS/TCP and backwards compatibility with legacy
+clients expecting ``libvirtd`` is provided by the ``virtproxyd`` daemon.
Restarting ``virtlxcd`` does not interrupt running guests. Guests continue to
operate and changes in their state will generally be picked up automatically
diff --git a/docs/manpages/virtnetworkd.rst b/docs/manpages/virtnetworkd.rst
index 2932e7c213..22b3fc0f2d 100644
--- a/docs/manpages/virtnetworkd.rst
+++ b/docs/manpages/virtnetworkd.rst
@@ -30,8 +30,8 @@ This daemon runs on virtualization hosts to provide management for virtual
networks.
The ``virtnetworkd`` daemon only listens for requests on a local Unix domain
-socket. Remote off-host access and backwards compatibility with legacy
-clients expecting ``libvirtd`` is provided by the ``virtproxy`` daemon.
+socket. Remote access via TLS/TCP and backwards compatibility with legacy
+clients expecting ``libvirtd`` is provided by the ``virtproxyd`` daemon.
Restarting ``virtnetworkd`` does not interrupt running guests. Guests continue to
operate and changes in their state will generally be picked up automatically
diff --git a/docs/manpages/virtnodedevd.rst b/docs/manpages/virtnodedevd.rst
index 9044946ad6..0948318907 100644
--- a/docs/manpages/virtnodedevd.rst
+++ b/docs/manpages/virtnodedevd.rst
@@ -29,8 +29,8 @@ previously provided by the monolithic ``libvirtd`` daemon.
This daemon runs on virtualization hosts to provide management for host devices.
The ``virtnodedevd`` daemon only listens for requests on a local Unix domain
-socket. Remote off-host access and backwards compatibility with legacy
-clients expecting ``libvirtd`` is provided by the ``virtproxy`` daemon.
+socket. Remote access via TLS/TCP and backwards compatibility with legacy
+clients expecting ``libvirtd`` is provided by the ``virtproxyd`` daemon.
Restarting ``virtnodedevd`` does not interrupt running guests. Guests continue to
operate and changes in their state will generally be picked up automatically
diff --git a/docs/manpages/virtnwfilterd.rst b/docs/manpages/virtnwfilterd.rst
index c90f71cfd2..b1fc45e7a2 100644
--- a/docs/manpages/virtnwfilterd.rst
+++ b/docs/manpages/virtnwfilterd.rst
@@ -30,8 +30,8 @@ This daemon runs on virtualization hosts to provide management for network
filters.
The ``virtnwfilterd`` daemon only listens for requests on a local Unix domain
-socket. Remote off-host access and backwards compatibility with legacy
-clients expecting ``libvirtd`` is provided by the ``virtproxy`` daemon.
+socket. Remote access via TLS/TCP and backwards compatibility with legacy
+clients expecting ``libvirtd`` is provided by the ``virtproxyd`` daemon.
Restarting ``virtnwfilterd`` does not interrupt running guests. Guests continue to
operate and changes in their state will generally be picked up automatically
diff --git a/docs/manpages/virtqemud.rst b/docs/manpages/virtqemud.rst
index 25cd5361dc..42810d7146 100644
--- a/docs/manpages/virtqemud.rst
+++ b/docs/manpages/virtqemud.rst
@@ -30,8 +30,8 @@ This daemon runs on virtualization hosts to provide management for QEMU virtual
machines.
The ``virtqemud`` daemon only listens for requests on a local Unix domain
-socket. Remote off-host access and backwards compatibility with legacy
-clients expecting ``libvirtd`` is provided by the ``virtproxy`` daemon.
+socket. Remote access via TLS/TCP and backwards compatibility with legacy
+clients expecting ``libvirtd`` is provided by the ``virtproxyd`` daemon.
Restarting ``virtqemud`` does not interrupt running guests. Guests continue to
operate and changes in their state will generally be picked up automatically
diff --git a/docs/manpages/virtsecretd.rst b/docs/manpages/virtsecretd.rst
index 3c88f9b4d0..21138b630a 100644
--- a/docs/manpages/virtsecretd.rst
+++ b/docs/manpages/virtsecretd.rst
@@ -29,8 +29,8 @@ previously provided by the monolithic ``libvirtd`` daemon.
This daemon runs on virtualization hosts to provide management for secret data.
The ``virtsecretd`` daemon only listens for requests on a local Unix domain
-socket. Remote off-host access and backwards compatibility with legacy
-clients expecting ``libvirtd`` is provided by the ``virtproxy`` daemon.
+socket. Remote access via TLS/TCP and backwards compatibility with legacy
+clients expecting ``libvirtd`` is provided by the ``virtproxyd`` daemon.
Restarting ``virtsecretd`` does not interrupt running guests. Guests continue to
operate and changes in their state will generally be picked up automatically
diff --git a/docs/manpages/virtstoraged.rst b/docs/manpages/virtstoraged.rst
index 5164547e88..70863282d1 100644
--- a/docs/manpages/virtstoraged.rst
+++ b/docs/manpages/virtstoraged.rst
@@ -30,8 +30,8 @@ This daemon runs on virtualization hosts to provide management for storage
pools.
The ``virtstoraged`` daemon only listens for requests on a local Unix domain
-socket. Remote off-host access and backwards compatibility with legacy
-clients expecting ``libvirtd`` is provided by the ``virtproxy`` daemon.
+socket. Remote access via TLS/TCP and backwards compatibility with legacy
+clients expecting ``libvirtd`` is provided by the ``virtproxyd`` daemon.
Restarting ``virtstoraged`` does not interrupt running guests. Guests continue to
operate and changes in their state will generally be picked up automatically
diff --git a/docs/manpages/virtvboxd.rst b/docs/manpages/virtvboxd.rst
index 0c551b8c09..f449e0e29d 100644
--- a/docs/manpages/virtvboxd.rst
+++ b/docs/manpages/virtvboxd.rst
@@ -30,8 +30,8 @@ This daemon runs on virtualization hosts to provide management for VirtualBox
virtual machines.
The ``virtvboxd`` daemon only listens for requests on a local Unix domain
-socket. Remote off-host access and backwards compatibility with legacy
-clients expecting ``libvirtd`` is provided by the ``virtproxy`` daemon.
+socket. Remote access via TLS/TCP and backwards compatibility with legacy
+clients expecting ``libvirtd`` is provided by the ``virtproxyd`` daemon.
Restarting ``virtvboxd`` does not interrupt running guests. Guests continue to
operate and changes in their state will generally be picked up automatically
diff --git a/docs/manpages/virtvzd.rst b/docs/manpages/virtvzd.rst
index a5f351c27e..aa44885d46 100644
--- a/docs/manpages/virtvzd.rst
+++ b/docs/manpages/virtvzd.rst
@@ -30,8 +30,8 @@ This daemon runs on virtualization hosts to provide management for Virtuozzo
virtual machines.
The ``virtvzd`` daemon only listens for requests on a local Unix domain
-socket. Remote off-host access and backwards compatibility with legacy
-clients expecting ``libvirtd`` is provided by the ``virtproxy`` daemon.
+socket. Remote access via TLS/TCP and backwards compatibility with legacy
+clients expecting ``libvirtd`` is provided by the ``virtproxyd`` daemon.
Restarting ``virtvzd`` does not interrupt running guests. Guests continue to
operate and changes in their state will generally be picked up automatically
diff --git a/docs/manpages/virtxend.rst b/docs/manpages/virtxend.rst
index eda210f5dd..39ddcc4efc 100644
--- a/docs/manpages/virtxend.rst
+++ b/docs/manpages/virtxend.rst
@@ -30,8 +30,8 @@ This daemon runs on virtualization hosts to provide management for Xen virtual
machines.
The ``virtxend`` daemon only listens for requests on a local Unix domain
-socket. Remote off-host access and backwards compatibility with legacy
-clients expecting ``libvirtd`` is provided by the ``virtproxy`` daemon.
+socket. Remote access via TLS/TCP and backwards compatibility with legacy
+clients expecting ``libvirtd`` is provided by the ``virtproxyd`` daemon.
Restarting ``virtxend`` does not interrupt running guests. Guests continue to
operate and changes in their state will generally be picked up automatically