Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| linux:debian:proxmox:ve [2023/05/18 22:58] – ↷ Page moved from linux:debian-based:proxmox:ve to linux:debian:proxmox:ve Zyzonix | linux: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 ==== | ||
| + | |||
| + | 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> | ||
| + | |||
| + | Then shut down the nodes to be removed and delete the node with this command: | ||
| + | <code bash> | ||
| + | Replace ''< | ||
| + | |||
| + | When running into issues with the quorum, just set the quorum to 1: | ||
| + | <code bash> | ||
| + | |||
| + | Errors concerned the corosync can be solved by deleting the corosync-conf folder: | ||
| + | <code bash>rm -rf / | ||
| + | |||
| + | //Partially sourced from: [[https:// | ||