From 1f794cb9bf96320a856b5764d66480f449ee5ea8 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Wed, 20 Mar 2024 17:01:33 -0600 Subject: [PATCH] Add Servers & Workflows/Linux/Virtualization/Proxmox/Common Tasks.md --- .../Linux/Virtualization/Proxmox/Common Tasks.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Servers & Workflows/Linux/Virtualization/Proxmox/Common Tasks.md diff --git a/Servers & Workflows/Linux/Virtualization/Proxmox/Common Tasks.md b/Servers & Workflows/Linux/Virtualization/Proxmox/Common Tasks.md new file mode 100644 index 0000000..046908a --- /dev/null +++ b/Servers & Workflows/Linux/Virtualization/Proxmox/Common Tasks.md @@ -0,0 +1,7 @@ +**Purpose**: The purpose of this document is to outline common tasks that you may need to run in your cluster to perform various tasks. + +## Delete Node from Cluster +Sometimes you may need to delete a node from the cluster if you have re-built it or had issues and needed to destroy it. In these instances, you would run the following command (assuming you have a 3-node quorum in your cluster). +``` +pvecm delnode promox-node-01 +``` \ No newline at end of file