Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
linux:debian:proxmox:ve [2023/12/29 20:15] Zyzonixlinux:debian:proxmox:ve [2023/12/29 20:23] (current) – [Remove Nodes from Cluster without quorum] Zyzonix
Line 1: Line 1:
 ===== Virtual Environment ===== ===== Virtual Environment =====
  
-==== Remove Nodes from Cluster without quorum ====+==== Remove Nodes from Cluster without Quorum ==== 
 + 
 +Firstly get an overview about all active nodes (nodes to be removed must be running), therefore run the following command on a node that should stay in the cluster: 
 +<code bash>pvecm nodes</code> 
 + 
 +Then shut down the nodes to be removed and delete the node with this command: 
 +<code bash>pvecm delnode <node-name></code> 
 +Replace ''<node-name>'' with the name of the node that should be removed (take the name from the first command). 
 + 
 +When running into issues with the quorum, just set the quorum to 1: 
 +<code bash>pvecm expected 1</code> 
 + 
 +Errors concerned the corosync can be solved by deleting the corosync-conf folder: 
 +<code bash>rm -rf /etc/pve/priv/lock/file-corosync_conf</code> 
 + 
 +//Partially sourced from: [[https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_quorum|pve.proxmox.com - PVE admin guide]]//
  • linux/debian/proxmox/ve.txt
  • Last modified: 2023/12/29 20:23
  • by Zyzonix