[pve-devel] [PATCH docs 4/4] qdevice: Clarify required packages

Dominic Jäger d.jaeger at proxmox.com
Tue Jul 28 11:32:15 CEST 2020


I overlooked the different package names myself. Writing out the two commands
makes this more difficult to overlook.

Signed-off-by: Dominic Jäger <d.jaeger at proxmox.com>
---
 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.
 
-- 
2.20.1





More information about the pve-devel mailing list