From 41a37193e4b9e00c6f6890936eaf2146dbf1626d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominic=20J=C3=A4ger?= Date: Tue, 28 Jul 2020 11:32:15 +0200 Subject: [PATCH] qdevice: Clarify required packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I overlooked the different package names myself. Writing out the two commands makes this more difficult to overlook. Signed-off-by: Dominic Jäger --- pvecm.adoc | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/pvecm.adoc b/pvecm.adoc index 47916fa..cf5f052 100644 --- a/pvecm.adoc +++ b/pvecm.adoc @@ -957,8 +957,17 @@ configured to do so. The traffic between the daemon and the cluster must be encrypted to ensure a safe and secure QDevice integration in {pve}. -First, install the 'corosync-qnetd' package on your external server and -the 'corosync-qdevice' package on all cluster nodes. +First, install the 'corosync-qnetd' package on your external server + +---- +external# apt install corosync-qnetd +---- + +and the 'corosync-qdevice' package on all cluster nodes + +---- +pve# apt install corosync-qdevice +---- After that, ensure that all your nodes on the cluster are online.