]> git.proxmox.com Git - pve-docs.git/blame - pvecm.adoc
d/copyright: update years
[pve-docs.git] / pvecm.adoc
CommitLineData
bde0e57d 1[[chapter_pvecm]]
d8742b0c 2ifdef::manvolnum[]
b2f242ab
DM
3pvecm(1)
4========
5f09af76
DM
5:pve-toplevel:
6
d8742b0c
DM
7NAME
8----
9
74026b8f 10pvecm - Proxmox VE Cluster Manager
d8742b0c 11
49a5e11c 12SYNOPSIS
d8742b0c
DM
13--------
14
15include::pvecm.1-synopsis.adoc[]
16
17DESCRIPTION
18-----------
19endif::manvolnum[]
20
21ifndef::manvolnum[]
22Cluster Manager
23===============
5f09af76 24:pve-toplevel:
194d2f29 25endif::manvolnum[]
5f09af76 26
65a0aa49 27The {pve} cluster manager `pvecm` is a tool to create a group of
8c1189b6 28physical servers. Such a group is called a *cluster*. We use the
8a865621 29http://www.corosync.org[Corosync Cluster Engine] for reliable group
fdf1dd36
TL
30communication. There's no explicit limit for the number of nodes in a cluster.
31In practice, the actual possible node count may be limited by the host and
79bb0794 32network performance. Currently (2021), there are reports of clusters (using
fdf1dd36 33high-end enterprise hardware) with over 50 nodes in production.
8a865621 34
8c1189b6 35`pvecm` can be used to create a new cluster, join nodes to a cluster,
a37d539f 36leave the cluster, get status information, and do various other cluster-related
60ed554f 37tasks. The **P**rox**m**o**x** **C**luster **F**ile **S**ystem (``pmxcfs'')
e300cf7d 38is used to transparently distribute the cluster configuration to all cluster
8a865621
DM
39nodes.
40
41Grouping nodes into a cluster has the following advantages:
42
a37d539f 43* Centralized, web-based management
8a865621 44
6d3c0b34 45* Multi-master clusters: each node can do all management tasks
8a865621 46
a37d539f
DW
47* Use of `pmxcfs`, a database-driven file system, for storing configuration
48 files, replicated in real-time on all nodes using `corosync`
8a865621 49
5eba0743 50* Easy migration of virtual machines and containers between physical
8a865621
DM
51 hosts
52
53* Fast deployment
54
55* Cluster-wide services like firewall and HA
56
57
58Requirements
59------------
60
a9e7c3aa
SR
61* All nodes must be able to connect to each other via UDP ports 5404 and 5405
62 for corosync to work.
8a865621 63
a37d539f 64* Date and time must be synchronized.
8a865621 65
a37d539f 66* An SSH tunnel on TCP port 22 between nodes is required.
8a865621 67
ceabe189
DM
68* If you are interested in High Availability, you need to have at
69 least three nodes for reliable quorum. All nodes should have the
70 same version.
8a865621
DM
71
72* We recommend a dedicated NIC for the cluster traffic, especially if
73 you use shared storage.
74
a37d539f 75* The root password of a cluster node is required for adding nodes.
d4a9910f 76
8e0e0bcf
FE
77* Online migration of virtual machines is only supported when nodes have CPUs
78 from the same vendor. It might work otherwise, but this is never guaranteed.
79
e4b62d04
TL
80NOTE: It is not possible to mix {pve} 3.x and earlier with {pve} 4.X cluster
81nodes.
82
a37d539f
DW
83NOTE: While it's possible to mix {pve} 4.4 and {pve} 5.0 nodes, doing so is
84not supported as a production configuration and should only be done temporarily,
85during an upgrade of the whole cluster from one major version to another.
8a865621 86
a9e7c3aa
SR
87NOTE: Running a cluster of {pve} 6.x with earlier versions is not possible. The
88cluster protocol (corosync) between {pve} 6.x and earlier versions changed
89fundamentally. The corosync 3 packages for {pve} 5.4 are only intended for the
90upgrade procedure to {pve} 6.0.
91
8a865621 92
ceabe189
DM
93Preparing Nodes
94---------------
8a865621 95
65a0aa49 96First, install {pve} on all nodes. Make sure that each node is
8a865621
DM
97installed with the final hostname and IP configuration. Changing the
98hostname and IP is not possible after cluster creation.
99
a37d539f 100While it's common to reference all node names and their IPs in `/etc/hosts` (or
a9e7c3aa
SR
101make their names resolvable through other means), this is not necessary for a
102cluster to work. It may be useful however, as you can then connect from one node
a37d539f 103to another via SSH, using the easier to remember node name (see also
a9e7c3aa 104xref:pvecm_corosync_addresses[Link Address Types]). Note that we always
a37d539f 105recommend referencing nodes by their IP addresses in the cluster configuration.
a9e7c3aa 106
9a7396aa 107
11202f1d 108[[pvecm_create_cluster]]
6cab1704
TL
109Create a Cluster
110----------------
111
112You can either create a cluster on the console (login via `ssh`), or through
a37d539f 113the API using the {pve} web interface (__Datacenter -> Cluster__).
8a865621 114
6cab1704
TL
115NOTE: Use a unique name for your cluster. This name cannot be changed later.
116The cluster name follows the same rules as node names.
3e380ce0 117
6cab1704 118[[pvecm_cluster_create_via_gui]]
3e380ce0
SR
119Create via Web GUI
120~~~~~~~~~~~~~~~~~~
121
24398259
SR
122[thumbnail="screenshot/gui-cluster-create.png"]
123
3e380ce0 124Under __Datacenter -> Cluster__, click on *Create Cluster*. Enter the cluster
a37d539f
DW
125name and select a network connection from the drop-down list to serve as the
126main cluster network (Link 0). It defaults to the IP resolved via the node's
3e380ce0
SR
127hostname.
128
663ae2bf
DW
129As of {pve} 6.2, up to 8 fallback links can be added to a cluster. To add a
130redundant link, click the 'Add' button and select a link number and IP address
131from the respective fields. Prior to {pve} 6.2, to add a second link as
132fallback, you can select the 'Advanced' checkbox and choose an additional
133network interface (Link 1, see also xref:pvecm_redundancy[Corosync Redundancy]).
3e380ce0 134
a37d539f
DW
135NOTE: Ensure that the network selected for cluster communication is not used for
136any high traffic purposes, like network storage or live-migration.
6cab1704
TL
137While the cluster network itself produces small amounts of data, it is very
138sensitive to latency. Check out full
139xref:pvecm_cluster_network_requirements[cluster network requirements].
140
141[[pvecm_cluster_create_via_cli]]
a37d539f
DW
142Create via the Command Line
143~~~~~~~~~~~~~~~~~~~~~~~~~~~
3e380ce0
SR
144
145Login via `ssh` to the first {pve} node and run the following command:
8a865621 146
c15cdfba
TL
147----
148 hp1# pvecm create CLUSTERNAME
149----
8a865621 150
3e380ce0 151To check the state of the new cluster use:
8a865621 152
c15cdfba 153----
8a865621 154 hp1# pvecm status
c15cdfba 155----
8a865621 156
a37d539f
DW
157Multiple Clusters in the Same Network
158~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dd1aa0e0
TL
159
160It is possible to create multiple clusters in the same physical or logical
a37d539f
DW
161network. In this case, each cluster must have a unique name to avoid possible
162clashes in the cluster communication stack. Furthermore, this helps avoid human
163confusion by making clusters clearly distinguishable.
dd1aa0e0
TL
164
165While the bandwidth requirement of a corosync cluster is relatively low, the
166latency of packages and the package per second (PPS) rate is the limiting
167factor. Different clusters in the same network can compete with each other for
168these resources, so it may still make sense to use separate physical network
169infrastructure for bigger clusters.
8a865621 170
11202f1d 171[[pvecm_join_node_to_cluster]]
8a865621 172Adding Nodes to the Cluster
ceabe189 173---------------------------
8a865621 174
3e380ce0
SR
175CAUTION: A node that is about to be added to the cluster cannot hold any guests.
176All existing configuration in `/etc/pve` is overwritten when joining a cluster,
a37d539f
DW
177since guest IDs could otherwise conflict. As a workaround, you can create a
178backup of the guest (`vzdump`) and restore it under a different ID, after the
179node has been added to the cluster.
3e380ce0 180
6cab1704
TL
181Join Node to Cluster via GUI
182~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3e380ce0 183
24398259
SR
184[thumbnail="screenshot/gui-cluster-join-information.png"]
185
a37d539f
DW
186Log in to the web interface on an existing cluster node. Under __Datacenter ->
187Cluster__, click the *Join Information* button at the top. Then, click on the
3e380ce0
SR
188button *Copy Information*. Alternatively, copy the string from the 'Information'
189field manually.
190
24398259
SR
191[thumbnail="screenshot/gui-cluster-join.png"]
192
a37d539f 193Next, log in to the web interface on the node you want to add.
3e380ce0 194Under __Datacenter -> Cluster__, click on *Join Cluster*. Fill in the
6cab1704
TL
195'Information' field with the 'Join Information' text you copied earlier.
196Most settings required for joining the cluster will be filled out
197automatically. For security reasons, the cluster password has to be entered
198manually.
3e380ce0
SR
199
200NOTE: To enter all required data manually, you can disable the 'Assisted Join'
201checkbox.
202
6cab1704 203After clicking the *Join* button, the cluster join process will start
a37d539f
DW
204immediately. After the node has joined the cluster, its current node certificate
205will be replaced by one signed from the cluster certificate authority (CA).
206This means that the current session will stop working after a few seconds. You
207then might need to force-reload the web interface and log in again with the
208cluster credentials.
3e380ce0 209
6cab1704 210Now your node should be visible under __Datacenter -> Cluster__.
3e380ce0 211
6cab1704
TL
212Join Node to Cluster via Command Line
213~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3e380ce0 214
a37d539f 215Log in to the node you want to join into an existing cluster via `ssh`.
8a865621 216
c15cdfba 217----
8673c878 218 # pvecm add IP-ADDRESS-CLUSTER
c15cdfba 219----
8a865621 220
a37d539f 221For `IP-ADDRESS-CLUSTER`, use the IP or hostname of an existing cluster node.
a9e7c3aa 222An IP address is recommended (see xref:pvecm_corosync_addresses[Link Address Types]).
8a865621 223
8a865621 224
a9e7c3aa 225To check the state of the cluster use:
8a865621 226
c15cdfba 227----
8a865621 228 # pvecm status
c15cdfba 229----
8a865621 230
ceabe189 231.Cluster status after adding 4 nodes
8a865621 232----
8673c878
DW
233 # pvecm status
234Cluster information
235~~~~~~~~~~~~~~~~~~~
236Name: prod-central
237Config Version: 3
238Transport: knet
239Secure auth: on
240
8a865621
DM
241Quorum information
242~~~~~~~~~~~~~~~~~~
8673c878 243Date: Tue Sep 14 11:06:47 2021
8a865621
DM
244Quorum provider: corosync_votequorum
245Nodes: 4
246Node ID: 0x00000001
8673c878 247Ring ID: 1.1a8
8a865621
DM
248Quorate: Yes
249
250Votequorum information
251~~~~~~~~~~~~~~~~~~~~~~
252Expected votes: 4
253Highest expected: 4
254Total votes: 4
91f3edd0 255Quorum: 3
8a865621
DM
256Flags: Quorate
257
258Membership information
259~~~~~~~~~~~~~~~~~~~~~~
260 Nodeid Votes Name
2610x00000001 1 192.168.15.91
2620x00000002 1 192.168.15.92 (local)
2630x00000003 1 192.168.15.93
2640x00000004 1 192.168.15.94
265----
266
a37d539f 267If you only want a list of all nodes, use:
8a865621 268
c15cdfba 269----
8a865621 270 # pvecm nodes
c15cdfba 271----
8a865621 272
5eba0743 273.List nodes in a cluster
8a865621 274----
8673c878 275 # pvecm nodes
8a865621
DM
276
277Membership information
278~~~~~~~~~~~~~~~~~~~~~~
279 Nodeid Votes Name
280 1 1 hp1
281 2 1 hp2 (local)
282 3 1 hp3
283 4 1 hp4
284----
285
3254bfdd 286[[pvecm_adding_nodes_with_separated_cluster_network]]
a37d539f 287Adding Nodes with Separated Cluster Network
e4ec4154
TL
288~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
289
a37d539f 290When adding a node to a cluster with a separated cluster network, you need to
a9e7c3aa 291use the 'link0' parameter to set the nodes address on that network:
e4ec4154
TL
292
293[source,bash]
4d19cb00 294----
a9e7c3aa 295pvecm add IP-ADDRESS-CLUSTER -link0 LOCAL-IP-ADDRESS-LINK0
4d19cb00 296----
e4ec4154 297
a9e7c3aa 298If you want to use the built-in xref:pvecm_redundancy[redundancy] of the
a37d539f 299Kronosnet transport layer, also use the 'link1' parameter.
e4ec4154 300
a37d539f
DW
301Using the GUI, you can select the correct interface from the corresponding
302'Link X' fields in the *Cluster Join* dialog.
8a865621
DM
303
304Remove a Cluster Node
ceabe189 305---------------------
8a865621 306
a37d539f 307CAUTION: Read the procedure carefully before proceeding, as it may
8a865621
DM
308not be what you want or need.
309
7ec7bcee
DW
310Move all virtual machines from the node. Ensure that you have made copies of any
311local data or backups that you want to keep. In addition, make sure to remove
312any scheduled replication jobs to the node to be removed.
313
314CAUTION: Failure to remove replication jobs to a node before removing said node
315will result in the replication job becoming irremovable. Especially note that
316replication automatically switches direction if a replicated VM is migrated, so
317by migrating a replicated VM from a node to be deleted, replication jobs will be
318set up to that node automatically.
319
320In the following example, we will remove the node hp4 from the cluster.
8a865621 321
e8503c6c
EK
322Log in to a *different* cluster node (not hp4), and issue a `pvecm nodes`
323command to identify the node ID to remove:
8a865621
DM
324
325----
8673c878 326 hp1# pvecm nodes
8a865621
DM
327
328Membership information
329~~~~~~~~~~~~~~~~~~~~~~
330 Nodeid Votes Name
331 1 1 hp1 (local)
332 2 1 hp2
333 3 1 hp3
334 4 1 hp4
335----
336
e8503c6c 337
a37d539f
DW
338At this point, you must power off hp4 and ensure that it will not power on
339again (in the network) with its current configuration.
e8503c6c 340
a37d539f
DW
341IMPORTANT: As mentioned above, it is critical to power off the node
342*before* removal, and make sure that it will *not* power on again
343(in the existing cluster network) with its current configuration.
344If you power on the node as it is, the cluster could end up broken,
345and it could be difficult to restore it to a functioning state.
e8503c6c
EK
346
347After powering off the node hp4, we can safely remove it from the cluster.
8a865621 348
c15cdfba 349----
8a865621 350 hp1# pvecm delnode hp4
10da5ce1 351 Killing node 4
c15cdfba 352----
8a865621 353
249fd833
DW
354NOTE: At this point, it is possible that you will receive an error message
355stating `Could not kill node (error = CS_ERR_NOT_EXIST)`. This does not
356signify an actual failure in the deletion of the node, but rather a failure in
357corosync trying to kill an offline node. Thus, it can be safely ignored.
358
10da5ce1
DJ
359Use `pvecm nodes` or `pvecm status` to check the node list again. It should
360look something like:
8a865621
DM
361
362----
363hp1# pvecm status
364
8673c878 365...
8a865621
DM
366
367Votequorum information
368~~~~~~~~~~~~~~~~~~~~~~
369Expected votes: 3
370Highest expected: 3
371Total votes: 3
91f3edd0 372Quorum: 2
8a865621
DM
373Flags: Quorate
374
375Membership information
376~~~~~~~~~~~~~~~~~~~~~~
377 Nodeid Votes Name
3780x00000001 1 192.168.15.90 (local)
3790x00000002 1 192.168.15.91
3800x00000003 1 192.168.15.92
381----
382
a9e7c3aa 383If, for whatever reason, you want this server to join the same cluster again,
a37d539f 384you have to:
8a865621 385
a37d539f 386* do a fresh install of {pve} on it,
8a865621
DM
387
388* then join it, as explained in the previous section.
d8742b0c 389
41925ede
SR
390NOTE: After removal of the node, its SSH fingerprint will still reside in the
391'known_hosts' of the other nodes. If you receive an SSH error after rejoining
9121b45b
TL
392a node with the same IP or hostname, run `pvecm updatecerts` once on the
393re-added node to update its fingerprint cluster wide.
41925ede 394
38ae8db3 395[[pvecm_separate_node_without_reinstall]]
a37d539f 396Separate a Node Without Reinstalling
555e966b
TL
397~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
398
399CAUTION: This is *not* the recommended method, proceed with caution. Use the
a37d539f 400previous method if you're unsure.
555e966b
TL
401
402You can also separate a node from a cluster without reinstalling it from
a37d539f
DW
403scratch. But after removing the node from the cluster, it will still have
404access to any shared storage. This must be resolved before you start removing
555e966b 405the node from the cluster. A {pve} cluster cannot share the exact same
60ed554f 406storage with another cluster, as storage locking doesn't work over the cluster
a37d539f 407boundary. Furthermore, it may also lead to VMID conflicts.
555e966b 408
a37d539f 409It's suggested that you create a new storage, where only the node which you want
a9e7c3aa 410to separate has access. This can be a new export on your NFS or a new Ceph
a37d539f
DW
411pool, to name a few examples. It's just important that the exact same storage
412does not get accessed by multiple clusters. After setting up this storage, move
413all data and VMs from the node to it. Then you are ready to separate the
3be22308 414node from the cluster.
555e966b 415
a37d539f
DW
416WARNING: Ensure that all shared resources are cleanly separated! Otherwise you
417will run into conflicts and problems.
555e966b 418
a37d539f 419First, stop the corosync and pve-cluster services on the node:
555e966b 420[source,bash]
4d19cb00 421----
555e966b
TL
422systemctl stop pve-cluster
423systemctl stop corosync
4d19cb00 424----
555e966b 425
a37d539f 426Start the cluster file system again in local mode:
555e966b 427[source,bash]
4d19cb00 428----
555e966b 429pmxcfs -l
4d19cb00 430----
555e966b
TL
431
432Delete the corosync configuration files:
433[source,bash]
4d19cb00 434----
555e966b 435rm /etc/pve/corosync.conf
838081cd 436rm -r /etc/corosync/*
4d19cb00 437----
555e966b 438
a37d539f 439You can now start the file system again as a normal service:
555e966b 440[source,bash]
4d19cb00 441----
555e966b
TL
442killall pmxcfs
443systemctl start pve-cluster
4d19cb00 444----
555e966b 445
a37d539f
DW
446The node is now separated from the cluster. You can deleted it from any
447remaining node of the cluster with:
555e966b 448[source,bash]
4d19cb00 449----
555e966b 450pvecm delnode oldnode
4d19cb00 451----
555e966b 452
a37d539f
DW
453If the command fails due to a loss of quorum in the remaining node, you can set
454the expected votes to 1 as a workaround:
555e966b 455[source,bash]
4d19cb00 456----
555e966b 457pvecm expected 1
4d19cb00 458----
555e966b 459
96d698db 460And then repeat the 'pvecm delnode' command.
555e966b 461
a37d539f
DW
462Now switch back to the separated node and delete all the remaining cluster
463files on it. This ensures that the node can be added to another cluster again
464without problems.
555e966b
TL
465
466[source,bash]
4d19cb00 467----
555e966b 468rm /var/lib/corosync/*
4d19cb00 469----
555e966b
TL
470
471As the configuration files from the other nodes are still in the cluster
a37d539f
DW
472file system, you may want to clean those up too. After making absolutely sure
473that you have the correct node name, you can simply remove the entire
474directory recursively from '/etc/pve/nodes/NODENAME'.
555e966b 475
a37d539f
DW
476CAUTION: The node's SSH keys will remain in the 'authorized_key' file. This
477means that the nodes can still connect to each other with public key
478authentication. You should fix this by removing the respective keys from the
555e966b 479'/etc/pve/priv/authorized_keys' file.
d8742b0c 480
a9e7c3aa 481
806ef12d
DM
482Quorum
483------
484
485{pve} use a quorum-based technique to provide a consistent state among
486all cluster nodes.
487
488[quote, from Wikipedia, Quorum (distributed computing)]
489____
490A quorum is the minimum number of votes that a distributed transaction
491has to obtain in order to be allowed to perform an operation in a
492distributed system.
493____
494
495In case of network partitioning, state changes requires that a
496majority of nodes are online. The cluster switches to read-only mode
5eba0743 497if it loses quorum.
806ef12d
DM
498
499NOTE: {pve} assigns a single vote to each node by default.
500
a9e7c3aa 501
e4ec4154
TL
502Cluster Network
503---------------
504
505The cluster network is the core of a cluster. All messages sent over it have to
a9e7c3aa 506be delivered reliably to all nodes in their respective order. In {pve} this
a37d539f
DW
507part is done by corosync, an implementation of a high performance, low overhead,
508high availability development toolkit. It serves our decentralized configuration
509file system (`pmxcfs`).
e4ec4154 510
3254bfdd 511[[pvecm_cluster_network_requirements]]
e4ec4154
TL
512Network Requirements
513~~~~~~~~~~~~~~~~~~~~
514This needs a reliable network with latencies under 2 milliseconds (LAN
a9e7c3aa 515performance) to work properly. The network should not be used heavily by other
a37d539f 516members; ideally corosync runs on its own network. Do not use a shared network
a9e7c3aa
SR
517for corosync and storage (except as a potential low-priority fallback in a
518xref:pvecm_redundancy[redundant] configuration).
e4ec4154 519
a9e7c3aa 520Before setting up a cluster, it is good practice to check if the network is fit
a37d539f 521for that purpose. To ensure that the nodes can connect to each other on the
a9e7c3aa
SR
522cluster network, you can test the connectivity between them with the `ping`
523tool.
e4ec4154 524
a9e7c3aa
SR
525If the {pve} firewall is enabled, ACCEPT rules for corosync will automatically
526be generated - no manual action is required.
e4ec4154 527
a9e7c3aa
SR
528NOTE: Corosync used Multicast before version 3.0 (introduced in {pve} 6.0).
529Modern versions rely on https://kronosnet.org/[Kronosnet] for cluster
530communication, which, for now, only supports regular UDP unicast.
e4ec4154 531
a9e7c3aa
SR
532CAUTION: You can still enable Multicast or legacy unicast by setting your
533transport to `udp` or `udpu` in your xref:pvecm_edit_corosync_conf[corosync.conf],
534but keep in mind that this will disable all cryptography and redundancy support.
535This is therefore not recommended.
e4ec4154
TL
536
537Separate Cluster Network
538~~~~~~~~~~~~~~~~~~~~~~~~
539
a37d539f
DW
540When creating a cluster without any parameters, the corosync cluster network is
541generally shared with the web interface and the VMs' network. Depending on
542your setup, even storage traffic may get sent over the same network. It's
543recommended to change that, as corosync is a time-critical, real-time
a9e7c3aa 544application.
e4ec4154 545
a37d539f 546Setting Up a New Network
e4ec4154
TL
547^^^^^^^^^^^^^^^^^^^^^^^^
548
9ffebff5 549First, you have to set up a new network interface. It should be on a physically
e4ec4154 550separate network. Ensure that your network fulfills the
3254bfdd 551xref:pvecm_cluster_network_requirements[cluster network requirements].
e4ec4154
TL
552
553Separate On Cluster Creation
554^^^^^^^^^^^^^^^^^^^^^^^^^^^^
555
a9e7c3aa 556This is possible via the 'linkX' parameters of the 'pvecm create'
a37d539f 557command, used for creating a new cluster.
e4ec4154 558
a9e7c3aa
SR
559If you have set up an additional NIC with a static address on 10.10.10.1/25,
560and want to send and receive all cluster communication over this interface,
e4ec4154
TL
561you would execute:
562
563[source,bash]
4d19cb00 564----
a9e7c3aa 565pvecm create test --link0 10.10.10.1
4d19cb00 566----
e4ec4154 567
a37d539f 568To check if everything is working properly, execute:
e4ec4154 569[source,bash]
4d19cb00 570----
e4ec4154 571systemctl status corosync
4d19cb00 572----
e4ec4154 573
a9e7c3aa 574Afterwards, proceed as described above to
3254bfdd 575xref:pvecm_adding_nodes_with_separated_cluster_network[add nodes with a separated cluster network].
82d52451 576
3254bfdd 577[[pvecm_separate_cluster_net_after_creation]]
e4ec4154
TL
578Separate After Cluster Creation
579^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
580
a9e7c3aa 581You can do this if you have already created a cluster and want to switch
e4ec4154 582its communication to another network, without rebuilding the whole cluster.
a37d539f 583This change may lead to short periods of quorum loss in the cluster, as nodes
e4ec4154
TL
584have to restart corosync and come up one after the other on the new network.
585
3254bfdd 586Check how to xref:pvecm_edit_corosync_conf[edit the corosync.conf file] first.
a9e7c3aa 587Then, open it and you should see a file similar to:
e4ec4154
TL
588
589----
590logging {
591 debug: off
592 to_syslog: yes
593}
594
595nodelist {
596
597 node {
598 name: due
599 nodeid: 2
600 quorum_votes: 1
601 ring0_addr: due
602 }
603
604 node {
605 name: tre
606 nodeid: 3
607 quorum_votes: 1
608 ring0_addr: tre
609 }
610
611 node {
612 name: uno
613 nodeid: 1
614 quorum_votes: 1
615 ring0_addr: uno
616 }
617
618}
619
620quorum {
621 provider: corosync_votequorum
622}
623
624totem {
a9e7c3aa 625 cluster_name: testcluster
e4ec4154 626 config_version: 3
a9e7c3aa 627 ip_version: ipv4-6
e4ec4154
TL
628 secauth: on
629 version: 2
630 interface {
a9e7c3aa 631 linknumber: 0
e4ec4154
TL
632 }
633
634}
635----
636
a37d539f 637NOTE: `ringX_addr` actually specifies a corosync *link address*. The name "ring"
a9e7c3aa
SR
638is a remnant of older corosync versions that is kept for backwards
639compatibility.
640
a37d539f 641The first thing you want to do is add the 'name' properties in the node entries,
a9e7c3aa 642if you do not see them already. Those *must* match the node name.
e4ec4154 643
a9e7c3aa
SR
644Then replace all addresses from the 'ring0_addr' properties of all nodes with
645the new addresses. You may use plain IP addresses or hostnames here. If you use
a37d539f
DW
646hostnames, ensure that they are resolvable from all nodes (see also
647xref:pvecm_corosync_addresses[Link Address Types]).
e4ec4154 648
a37d539f
DW
649In this example, we want to switch cluster communication to the
65010.10.10.1/25 network, so we change the 'ring0_addr' of each node respectively.
e4ec4154 651
a9e7c3aa 652NOTE: The exact same procedure can be used to change other 'ringX_addr' values
a37d539f
DW
653as well. However, we recommend only changing one link address at a time, so
654that it's easier to recover if something goes wrong.
a9e7c3aa
SR
655
656After we increase the 'config_version' property, the new configuration file
e4ec4154
TL
657should look like:
658
659----
e4ec4154
TL
660logging {
661 debug: off
662 to_syslog: yes
663}
664
665nodelist {
666
667 node {
668 name: due
669 nodeid: 2
670 quorum_votes: 1
671 ring0_addr: 10.10.10.2
672 }
673
674 node {
675 name: tre
676 nodeid: 3
677 quorum_votes: 1
678 ring0_addr: 10.10.10.3
679 }
680
681 node {
682 name: uno
683 nodeid: 1
684 quorum_votes: 1
685 ring0_addr: 10.10.10.1
686 }
687
688}
689
690quorum {
691 provider: corosync_votequorum
692}
693
694totem {
a9e7c3aa 695 cluster_name: testcluster
e4ec4154 696 config_version: 4
a9e7c3aa 697 ip_version: ipv4-6
e4ec4154
TL
698 secauth: on
699 version: 2
700 interface {
a9e7c3aa 701 linknumber: 0
e4ec4154
TL
702 }
703
704}
705----
706
a37d539f
DW
707Then, after a final check to see that all changed information is correct, we
708save it and once again follow the
709xref:pvecm_edit_corosync_conf[edit corosync.conf file] section to bring it into
710effect.
e4ec4154 711
a9e7c3aa
SR
712The changes will be applied live, so restarting corosync is not strictly
713necessary. If you changed other settings as well, or notice corosync
714complaining, you can optionally trigger a restart.
e4ec4154
TL
715
716On a single node execute:
a9e7c3aa 717
e4ec4154 718[source,bash]
4d19cb00 719----
e4ec4154 720systemctl restart corosync
4d19cb00 721----
e4ec4154 722
a37d539f 723Now check if everything is okay:
e4ec4154
TL
724
725[source,bash]
4d19cb00 726----
e4ec4154 727systemctl status corosync
4d19cb00 728----
e4ec4154 729
a37d539f 730If corosync begins to work again, restart it on all other nodes too.
e4ec4154
TL
731They will then join the cluster membership one by one on the new network.
732
3254bfdd 733[[pvecm_corosync_addresses]]
a37d539f 734Corosync Addresses
270757a1
SR
735~~~~~~~~~~~~~~~~~~
736
a9e7c3aa
SR
737A corosync link address (for backwards compatibility denoted by 'ringX_addr' in
738`corosync.conf`) can be specified in two ways:
270757a1 739
a37d539f 740* **IPv4/v6 addresses** can be used directly. They are recommended, since they
270757a1
SR
741are static and usually not changed carelessly.
742
a37d539f 743* **Hostnames** will be resolved using `getaddrinfo`, which means that by
270757a1
SR
744default, IPv6 addresses will be used first, if available (see also
745`man gai.conf`). Keep this in mind, especially when upgrading an existing
746cluster to IPv6.
747
a37d539f 748CAUTION: Hostnames should be used with care, since the addresses they
270757a1
SR
749resolve to can be changed without touching corosync or the node it runs on -
750which may lead to a situation where an address is changed without thinking
751about implications for corosync.
752
5f318cc0 753A separate, static hostname specifically for corosync is recommended, if
270757a1
SR
754hostnames are preferred. Also, make sure that every node in the cluster can
755resolve all hostnames correctly.
756
757Since {pve} 5.1, while supported, hostnames will be resolved at the time of
a37d539f 758entry. Only the resolved IP is saved to the configuration.
270757a1
SR
759
760Nodes that joined the cluster on earlier versions likely still use their
761unresolved hostname in `corosync.conf`. It might be a good idea to replace
5f318cc0 762them with IPs or a separate hostname, as mentioned above.
270757a1 763
e4ec4154 764
a9e7c3aa
SR
765[[pvecm_redundancy]]
766Corosync Redundancy
767-------------------
e4ec4154 768
a37d539f 769Corosync supports redundant networking via its integrated Kronosnet layer by
a9e7c3aa
SR
770default (it is not supported on the legacy udp/udpu transports). It can be
771enabled by specifying more than one link address, either via the '--linkX'
3e380ce0
SR
772parameters of `pvecm`, in the GUI as **Link 1** (while creating a cluster or
773adding a new node) or by specifying more than one 'ringX_addr' in
774`corosync.conf`.
e4ec4154 775
a9e7c3aa
SR
776NOTE: To provide useful failover, every link should be on its own
777physical network connection.
e4ec4154 778
a9e7c3aa
SR
779Links are used according to a priority setting. You can configure this priority
780by setting 'knet_link_priority' in the corresponding interface section in
5f318cc0 781`corosync.conf`, or, preferably, using the 'priority' parameter when creating
a9e7c3aa 782your cluster with `pvecm`:
e4ec4154 783
4d19cb00 784----
fcf0226e 785 # pvecm create CLUSTERNAME --link0 10.10.10.1,priority=15 --link1 10.20.20.1,priority=20
4d19cb00 786----
e4ec4154 787
fcf0226e 788This would cause 'link1' to be used first, since it has the higher priority.
a9e7c3aa
SR
789
790If no priorities are configured manually (or two links have the same priority),
791links will be used in order of their number, with the lower number having higher
792priority.
793
794Even if all links are working, only the one with the highest priority will see
a37d539f
DW
795corosync traffic. Link priorities cannot be mixed, meaning that links with
796different priorities will not be able to communicate with each other.
e4ec4154 797
a9e7c3aa 798Since lower priority links will not see traffic unless all higher priorities
a37d539f
DW
799have failed, it becomes a useful strategy to specify networks used for
800other tasks (VMs, storage, etc.) as low-priority links. If worst comes to
801worst, a higher latency or more congested connection might be better than no
a9e7c3aa 802connection at all.
e4ec4154 803
a9e7c3aa
SR
804Adding Redundant Links To An Existing Cluster
805~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
e4ec4154 806
a9e7c3aa
SR
807To add a new link to a running configuration, first check how to
808xref:pvecm_edit_corosync_conf[edit the corosync.conf file].
e4ec4154 809
a9e7c3aa
SR
810Then, add a new 'ringX_addr' to every node in the `nodelist` section. Make
811sure that your 'X' is the same for every node you add it to, and that it is
812unique for each node.
813
814Lastly, add a new 'interface', as shown below, to your `totem`
a37d539f 815section, replacing 'X' with the link number chosen above.
a9e7c3aa
SR
816
817Assuming you added a link with number 1, the new configuration file could look
818like this:
e4ec4154
TL
819
820----
a9e7c3aa
SR
821logging {
822 debug: off
823 to_syslog: yes
e4ec4154
TL
824}
825
826nodelist {
a9e7c3aa 827
e4ec4154 828 node {
a9e7c3aa
SR
829 name: due
830 nodeid: 2
e4ec4154 831 quorum_votes: 1
a9e7c3aa
SR
832 ring0_addr: 10.10.10.2
833 ring1_addr: 10.20.20.2
e4ec4154
TL
834 }
835
a9e7c3aa
SR
836 node {
837 name: tre
838 nodeid: 3
e4ec4154 839 quorum_votes: 1
a9e7c3aa
SR
840 ring0_addr: 10.10.10.3
841 ring1_addr: 10.20.20.3
e4ec4154
TL
842 }
843
a9e7c3aa
SR
844 node {
845 name: uno
846 nodeid: 1
847 quorum_votes: 1
848 ring0_addr: 10.10.10.1
849 ring1_addr: 10.20.20.1
850 }
851
852}
853
854quorum {
855 provider: corosync_votequorum
856}
857
858totem {
859 cluster_name: testcluster
860 config_version: 4
861 ip_version: ipv4-6
862 secauth: on
863 version: 2
864 interface {
865 linknumber: 0
866 }
867 interface {
868 linknumber: 1
869 }
e4ec4154 870}
a9e7c3aa 871----
e4ec4154 872
a9e7c3aa
SR
873The new link will be enabled as soon as you follow the last steps to
874xref:pvecm_edit_corosync_conf[edit the corosync.conf file]. A restart should not
875be necessary. You can check that corosync loaded the new link using:
e4ec4154 876
a9e7c3aa
SR
877----
878journalctl -b -u corosync
e4ec4154
TL
879----
880
a9e7c3aa
SR
881It might be a good idea to test the new link by temporarily disconnecting the
882old link on one node and making sure that its status remains online while
883disconnected:
e4ec4154 884
a9e7c3aa
SR
885----
886pvecm status
887----
888
889If you see a healthy cluster state, it means that your new link is being used.
e4ec4154 890
e4ec4154 891
65a0aa49 892Role of SSH in {pve} Clusters
9d999d1b 893-----------------------------
39aa8892 894
65a0aa49 895{pve} utilizes SSH tunnels for various features.
39aa8892 896
4e8fe2a9 897* Proxying console/shell sessions (node and guests)
9d999d1b 898+
4e8fe2a9
FG
899When using the shell for node B while being connected to node A, connects to a
900terminal proxy on node A, which is in turn connected to the login shell on node
901B via a non-interactive SSH tunnel.
39aa8892 902
4e8fe2a9
FG
903* VM and CT memory and local-storage migration in 'secure' mode.
904+
a37d539f 905During the migration, one or more SSH tunnel(s) are established between the
4e8fe2a9
FG
906source and target nodes, in order to exchange migration information and
907transfer memory and disk contents.
9d999d1b
TL
908
909* Storage replication
39aa8892 910
9d999d1b
TL
911.Pitfalls due to automatic execution of `.bashrc` and siblings
912[IMPORTANT]
913====
914In case you have a custom `.bashrc`, or similar files that get executed on
915login by the configured shell, `ssh` will automatically run it once the session
916is established successfully. This can cause some unexpected behavior, as those
a37d539f
DW
917commands may be executed with root permissions on any of the operations
918described above. This can cause possible problematic side-effects!
39aa8892
OB
919
920In order to avoid such complications, it's recommended to add a check in
921`/root/.bashrc` to make sure the session is interactive, and only then run
922`.bashrc` commands.
923
924You can add this snippet at the beginning of your `.bashrc` file:
925
926----
9d999d1b 927# Early exit if not running interactively to avoid side-effects!
39aa8892
OB
928case $- in
929 *i*) ;;
930 *) return;;
931esac
932----
9d999d1b 933====
39aa8892
OB
934
935
c21d2cbe
OB
936Corosync External Vote Support
937------------------------------
938
939This section describes a way to deploy an external voter in a {pve} cluster.
940When configured, the cluster can sustain more node failures without
941violating safety properties of the cluster communication.
942
a37d539f 943For this to work, there are two services involved:
c21d2cbe 944
a37d539f 945* A QDevice daemon which runs on each {pve} node
c21d2cbe 946
a37d539f 947* An external vote daemon which runs on an independent server
c21d2cbe 948
a37d539f 949As a result, you can achieve higher availability, even in smaller setups (for
c21d2cbe
OB
950example 2+1 nodes).
951
952QDevice Technical Overview
953~~~~~~~~~~~~~~~~~~~~~~~~~~
954
5f318cc0 955The Corosync Quorum Device (QDevice) is a daemon which runs on each cluster
a37d539f
DW
956node. It provides a configured number of votes to the cluster's quorum
957subsystem, based on an externally running third-party arbitrator's decision.
c21d2cbe
OB
958Its primary use is to allow a cluster to sustain more node failures than
959standard quorum rules allow. This can be done safely as the external device
960can see all nodes and thus choose only one set of nodes to give its vote.
a37d539f 961This will only be done if said set of nodes can have quorum (again) after
c21d2cbe
OB
962receiving the third-party vote.
963
a37d539f
DW
964Currently, only 'QDevice Net' is supported as a third-party arbitrator. This is
965a daemon which provides a vote to a cluster partition, if it can reach the
966partition members over the network. It will only give votes to one partition
c21d2cbe
OB
967of a cluster at any time.
968It's designed to support multiple clusters and is almost configuration and
969state free. New clusters are handled dynamically and no configuration file
970is needed on the host running a QDevice.
971
a37d539f
DW
972The only requirements for the external host are that it needs network access to
973the cluster and to have a corosync-qnetd package available. We provide a package
974for Debian based hosts, and other Linux distributions should also have a package
c21d2cbe
OB
975available through their respective package manager.
976
977NOTE: In contrast to corosync itself, a QDevice connects to the cluster over
a37d539f 978TCP/IP. The daemon may even run outside of the cluster's LAN and can have longer
a9e7c3aa 979latencies than 2 ms.
c21d2cbe
OB
980
981Supported Setups
982~~~~~~~~~~~~~~~~
983
984We support QDevices for clusters with an even number of nodes and recommend
985it for 2 node clusters, if they should provide higher availability.
a37d539f
DW
986For clusters with an odd node count, we currently discourage the use of
987QDevices. The reason for this is the difference in the votes which the QDevice
988provides for each cluster type. Even numbered clusters get a single additional
989vote, which only increases availability, because if the QDevice
990itself fails, you are in the same position as with no QDevice at all.
991
992On the other hand, with an odd numbered cluster size, the QDevice provides
993'(N-1)' votes -- where 'N' corresponds to the cluster node count. This
994alternative behavior makes sense; if it had only one additional vote, the
995cluster could get into a split-brain situation. This algorithm allows for all
996nodes but one (and naturally the QDevice itself) to fail. However, there are two
997drawbacks to this:
c21d2cbe
OB
998
999* If the QNet daemon itself fails, no other node may fail or the cluster
a37d539f 1000 immediately loses quorum. For example, in a cluster with 15 nodes, 7
c21d2cbe 1001 could fail before the cluster becomes inquorate. But, if a QDevice is
a37d539f
DW
1002 configured here and it itself fails, **no single node** of the 15 may fail.
1003 The QDevice acts almost as a single point of failure in this case.
c21d2cbe 1004
a37d539f
DW
1005* The fact that all but one node plus QDevice may fail sounds promising at
1006 first, but this may result in a mass recovery of HA services, which could
1007 overload the single remaining node. Furthermore, a Ceph server will stop
1008 providing services if only '((N-1)/2)' nodes or less remain online.
c21d2cbe 1009
a37d539f
DW
1010If you understand the drawbacks and implications, you can decide yourself if
1011you want to use this technology in an odd numbered cluster setup.
c21d2cbe 1012
c21d2cbe
OB
1013QDevice-Net Setup
1014~~~~~~~~~~~~~~~~~
1015
a37d539f 1016We recommend running any daemon which provides votes to corosync-qdevice as an
7c039095 1017unprivileged user. {pve} and Debian provide a package which is already
e34c3e91 1018configured to do so.
c21d2cbe 1019The traffic between the daemon and the cluster must be encrypted to ensure a
a37d539f 1020safe and secure integration of the QDevice in {pve}.
c21d2cbe 1021
41a37193
DJ
1022First, install the 'corosync-qnetd' package on your external server
1023
1024----
1025external# apt install corosync-qnetd
1026----
1027
1028and the 'corosync-qdevice' package on all cluster nodes
1029
1030----
1031pve# apt install corosync-qdevice
1032----
c21d2cbe 1033
a37d539f 1034After doing this, ensure that all the nodes in the cluster are online.
c21d2cbe 1035
a37d539f 1036You can now set up your QDevice by running the following command on one
c21d2cbe
OB
1037of the {pve} nodes:
1038
1039----
1040pve# pvecm qdevice setup <QDEVICE-IP>
1041----
1042
1b80fbaa
DJ
1043The SSH key from the cluster will be automatically copied to the QDevice.
1044
1045NOTE: Make sure that the SSH configuration on your external server allows root
1046login via password, if you are asked for a password during this step.
c21d2cbe 1047
a37d539f
DW
1048After you enter the password and all the steps have successfully completed, you
1049will see "Done". You can verify that the QDevice has been set up with:
c21d2cbe
OB
1050
1051----
1052pve# pvecm status
1053
1054...
1055
1056Votequorum information
1057~~~~~~~~~~~~~~~~~~~~~
1058Expected votes: 3
1059Highest expected: 3
1060Total votes: 3
1061Quorum: 2
1062Flags: Quorate Qdevice
1063
1064Membership information
1065~~~~~~~~~~~~~~~~~~~~~~
1066 Nodeid Votes Qdevice Name
1067 0x00000001 1 A,V,NMW 192.168.22.180 (local)
1068 0x00000002 1 A,V,NMW 192.168.22.181
1069 0x00000000 1 Qdevice
1070
1071----
1072
c21d2cbe 1073
c21d2cbe
OB
1074Frequently Asked Questions
1075~~~~~~~~~~~~~~~~~~~~~~~~~~
1076
1077Tie Breaking
1078^^^^^^^^^^^^
1079
00821894 1080In case of a tie, where two same-sized cluster partitions cannot see each other
a37d539f
DW
1081but can see the QDevice, the QDevice chooses one of those partitions randomly
1082and provides a vote to it.
c21d2cbe 1083
d31de328
TL
1084Possible Negative Implications
1085^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1086
a37d539f
DW
1087For clusters with an even node count, there are no negative implications when
1088using a QDevice. If it fails to work, it is the same as not having a QDevice
1089at all.
d31de328 1090
870c2817
OB
1091Adding/Deleting Nodes After QDevice Setup
1092^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
d31de328
TL
1093
1094If you want to add a new node or remove an existing one from a cluster with a
00821894
TL
1095QDevice setup, you need to remove the QDevice first. After that, you can add or
1096remove nodes normally. Once you have a cluster with an even node count again,
a37d539f 1097you can set up the QDevice again as described previously.
870c2817
OB
1098
1099Removing the QDevice
1100^^^^^^^^^^^^^^^^^^^^
1101
00821894 1102If you used the official `pvecm` tool to add the QDevice, you can remove it
a37d539f 1103by running:
870c2817
OB
1104
1105----
1106pve# pvecm qdevice remove
1107----
d31de328 1108
51730d56
TL
1109//Still TODO
1110//^^^^^^^^^^
a9e7c3aa 1111//There is still stuff to add here
c21d2cbe
OB
1112
1113
e4ec4154
TL
1114Corosync Configuration
1115----------------------
1116
a9e7c3aa
SR
1117The `/etc/pve/corosync.conf` file plays a central role in a {pve} cluster. It
1118controls the cluster membership and its network.
1119For further information about it, check the corosync.conf man page:
e4ec4154 1120[source,bash]
4d19cb00 1121----
e4ec4154 1122man corosync.conf
4d19cb00 1123----
e4ec4154 1124
a37d539f 1125For node membership, you should always use the `pvecm` tool provided by {pve}.
e4ec4154
TL
1126You may have to edit the configuration file manually for other changes.
1127Here are a few best practice tips for doing this.
1128
3254bfdd 1129[[pvecm_edit_corosync_conf]]
e4ec4154
TL
1130Edit corosync.conf
1131~~~~~~~~~~~~~~~~~~
1132
a9e7c3aa
SR
1133Editing the corosync.conf file is not always very straightforward. There are
1134two on each cluster node, one in `/etc/pve/corosync.conf` and the other in
e4ec4154
TL
1135`/etc/corosync/corosync.conf`. Editing the one in our cluster file system will
1136propagate the changes to the local one, but not vice versa.
1137
a37d539f
DW
1138The configuration will get updated automatically, as soon as the file changes.
1139This means that changes which can be integrated in a running corosync will take
1140effect immediately. Thus, you should always make a copy and edit that instead,
1141to avoid triggering unintended changes when saving the file while editing.
e4ec4154
TL
1142
1143[source,bash]
4d19cb00 1144----
e4ec4154 1145cp /etc/pve/corosync.conf /etc/pve/corosync.conf.new
4d19cb00 1146----
e4ec4154 1147
a37d539f
DW
1148Then, open the config file with your favorite editor, such as `nano` or
1149`vim.tiny`, which come pre-installed on every {pve} node.
e4ec4154 1150
a37d539f 1151NOTE: Always increment the 'config_version' number after configuration changes;
e4ec4154
TL
1152omitting this can lead to problems.
1153
a37d539f 1154After making the necessary changes, create another copy of the current working
e4ec4154 1155configuration file. This serves as a backup if the new configuration fails to
a37d539f 1156apply or causes other issues.
e4ec4154
TL
1157
1158[source,bash]
4d19cb00 1159----
e4ec4154 1160cp /etc/pve/corosync.conf /etc/pve/corosync.conf.bak
4d19cb00 1161----
e4ec4154 1162
a37d539f 1163Then replace the old configuration file with the new one:
e4ec4154 1164[source,bash]
4d19cb00 1165----
e4ec4154 1166mv /etc/pve/corosync.conf.new /etc/pve/corosync.conf
4d19cb00 1167----
e4ec4154 1168
a37d539f
DW
1169You can check if the changes could be applied automatically, using the following
1170commands:
e4ec4154 1171[source,bash]
4d19cb00 1172----
e4ec4154
TL
1173systemctl status corosync
1174journalctl -b -u corosync
4d19cb00 1175----
e4ec4154 1176
a37d539f 1177If the changes could not be applied automatically, you may have to restart the
e4ec4154
TL
1178corosync service via:
1179[source,bash]
4d19cb00 1180----
e4ec4154 1181systemctl restart corosync
4d19cb00 1182----
e4ec4154 1183
a37d539f 1184On errors, check the troubleshooting section below.
e4ec4154
TL
1185
1186Troubleshooting
1187~~~~~~~~~~~~~~~
1188
1189Issue: 'quorum.expected_votes must be configured'
1190^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1191
1192When corosync starts to fail and you get the following message in the system log:
1193
1194----
1195[...]
1196corosync[1647]: [QUORUM] Quorum provider: corosync_votequorum failed to initialize.
1197corosync[1647]: [SERV ] Service engine 'corosync_quorum' failed to load for reason
1198 'configuration error: nodelist or quorum.expected_votes must be configured!'
1199[...]
1200----
1201
a37d539f 1202It means that the hostname you set for a corosync 'ringX_addr' in the
e4ec4154
TL
1203configuration could not be resolved.
1204
e4ec4154
TL
1205Write Configuration When Not Quorate
1206^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1207
a37d539f
DW
1208If you need to change '/etc/pve/corosync.conf' on a node with no quorum, and you
1209understand what you are doing, use:
e4ec4154 1210[source,bash]
4d19cb00 1211----
e4ec4154 1212pvecm expected 1
4d19cb00 1213----
e4ec4154
TL
1214
1215This sets the expected vote count to 1 and makes the cluster quorate. You can
a37d539f 1216then fix your configuration, or revert it back to the last working backup.
e4ec4154 1217
a37d539f
DW
1218This is not enough if corosync cannot start anymore. In that case, it is best to
1219edit the local copy of the corosync configuration in
1220'/etc/corosync/corosync.conf', so that corosync can start again. Ensure that on
1221all nodes, this configuration has the same content to avoid split-brain
1222situations.
e4ec4154
TL
1223
1224
3254bfdd 1225[[pvecm_corosync_conf_glossary]]
e4ec4154
TL
1226Corosync Configuration Glossary
1227~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1228
1229ringX_addr::
a37d539f 1230This names the different link addresses for the Kronosnet connections between
a9e7c3aa 1231nodes.
e4ec4154 1232
806ef12d
DM
1233
1234Cluster Cold Start
1235------------------
1236
1237It is obvious that a cluster is not quorate when all nodes are
1238offline. This is a common case after a power failure.
1239
1240NOTE: It is always a good idea to use an uninterruptible power supply
8c1189b6 1241(``UPS'', also called ``battery backup'') to avoid this state, especially if
806ef12d
DM
1242you want HA.
1243
204231df 1244On node startup, the `pve-guests` service is started and waits for
8c1189b6 1245quorum. Once quorate, it starts all guests which have the `onboot`
612417fd
DM
1246flag set.
1247
1248When you turn on nodes, or when power comes back after power failure,
a37d539f 1249it is likely that some nodes will boot faster than others. Please keep in
612417fd 1250mind that guest startup is delayed until you reach quorum.
806ef12d 1251
054a7e7d 1252
082ea7d9
TL
1253Guest Migration
1254---------------
1255
054a7e7d
DM
1256Migrating virtual guests to other nodes is a useful feature in a
1257cluster. There are settings to control the behavior of such
1258migrations. This can be done via the configuration file
1259`datacenter.cfg` or for a specific migration via API or command line
1260parameters.
1261
a37d539f 1262It makes a difference if a guest is online or offline, or if it has
da6c7dee
DC
1263local resources (like a local disk).
1264
a37d539f 1265For details about virtual machine migration, see the
a9e7c3aa 1266xref:qm_migration[QEMU/KVM Migration Chapter].
da6c7dee 1267
a37d539f 1268For details about container migration, see the
a9e7c3aa 1269xref:pct_migration[Container Migration Chapter].
082ea7d9
TL
1270
1271Migration Type
1272~~~~~~~~~~~~~~
1273
44f38275 1274The migration type defines if the migration data should be sent over an
d63be10b 1275encrypted (`secure`) channel or an unencrypted (`insecure`) one.
da0c6793 1276Setting the migration type to `insecure` means that the RAM content of a
a37d539f 1277virtual guest is also transferred unencrypted, which can lead to
b1743473 1278information disclosure of critical data from inside the guest (for
a37d539f 1279example, passwords or encryption keys).
054a7e7d
DM
1280
1281Therefore, we strongly recommend using the secure channel if you do
1282not have full control over the network and can not guarantee that no
6d3c0b34 1283one is eavesdropping on it.
082ea7d9 1284
054a7e7d
DM
1285NOTE: Storage migration does not follow this setting. Currently, it
1286always sends the storage content over a secure channel.
1287
1288Encryption requires a lot of computing power, so this setting is often
da0c6793 1289changed to `insecure` to achieve better performance. The impact on
054a7e7d 1290modern systems is lower because they implement AES encryption in
b1743473 1291hardware. The performance impact is particularly evident in fast
a37d539f 1292networks, where you can transfer 10 Gbps or more.
082ea7d9 1293
082ea7d9
TL
1294Migration Network
1295~~~~~~~~~~~~~~~~~
1296
a9baa444 1297By default, {pve} uses the network in which cluster communication
a37d539f 1298takes place to send the migration traffic. This is not optimal both because
a9baa444
TL
1299sensitive cluster traffic can be disrupted and this network may not
1300have the best bandwidth available on the node.
1301
1302Setting the migration network parameter allows the use of a dedicated
a37d539f 1303network for all migration traffic. In addition to the memory,
a9baa444
TL
1304this also affects the storage traffic for offline migrations.
1305
a37d539f
DW
1306The migration network is set as a network using CIDR notation. This
1307has the advantage that you don't have to set individual IP addresses
1308for each node. {pve} can determine the real address on the
1309destination node from the network specified in the CIDR form. To
1310enable this, the network must be specified so that each node has exactly one
1311IP in the respective network.
a9baa444 1312
082ea7d9
TL
1313Example
1314^^^^^^^
1315
a37d539f 1316We assume that we have a three-node setup, with three separate
a9baa444 1317networks. One for public communication with the Internet, one for
a37d539f 1318cluster communication, and a very fast one, which we want to use as a
a9baa444
TL
1319dedicated network for migration.
1320
1321A network configuration for such a setup might look as follows:
082ea7d9
TL
1322
1323----
7a0d4784 1324iface eno1 inet manual
082ea7d9
TL
1325
1326# public network
1327auto vmbr0
1328iface vmbr0 inet static
8673c878 1329 address 192.X.Y.57/24
082ea7d9 1330 gateway 192.X.Y.1
7a39aabd
AL
1331 bridge-ports eno1
1332 bridge-stp off
1333 bridge-fd 0
082ea7d9
TL
1334
1335# cluster network
7a0d4784
WL
1336auto eno2
1337iface eno2 inet static
8673c878 1338 address 10.1.1.1/24
082ea7d9
TL
1339
1340# fast network
7a0d4784
WL
1341auto eno3
1342iface eno3 inet static
8673c878 1343 address 10.1.2.1/24
082ea7d9
TL
1344----
1345
a9baa444
TL
1346Here, we will use the network 10.1.2.0/24 as a migration network. For
1347a single migration, you can do this using the `migration_network`
1348parameter of the command line tool:
1349
082ea7d9 1350----
b1743473 1351# qm migrate 106 tre --online --migration_network 10.1.2.0/24
082ea7d9
TL
1352----
1353
a9baa444
TL
1354To configure this as the default network for all migrations in the
1355cluster, set the `migration` property of the `/etc/pve/datacenter.cfg`
1356file:
1357
082ea7d9 1358----
a9baa444 1359# use dedicated migration network
b1743473 1360migration: secure,network=10.1.2.0/24
082ea7d9
TL
1361----
1362
a9baa444 1363NOTE: The migration type must always be set when the migration network
a37d539f 1364is set in `/etc/pve/datacenter.cfg`.
a9baa444 1365
806ef12d 1366
d8742b0c
DM
1367ifdef::manvolnum[]
1368include::pve-copyright.adoc[]
1369endif::manvolnum[]