qdevice: Clarify required packages

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@proxmox.com>
This commit is contained in:
Dominic Jäger 2020-07-28 11:32:15 +02:00 committed by Fabian Grünbichler
parent 1b80fbaac7
commit 41a37193e4

View File

@ -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.