docs: update Hypervisors/Proxmox/Cluster/DestroyCluster
This commit is contained in:
29
Hypervisors/Proxmox/Cluster/DestroyCluster.md
Normal file
29
Hypervisors/Proxmox/Cluster/DestroyCluster.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
title: Удаление кластера Proxmox
|
||||
description:
|
||||
published: true
|
||||
date: 2025-05-21T11:32:20.040Z
|
||||
tags: proxmox, cluster
|
||||
editor: markdown
|
||||
dateCreated: 2025-05-21T11:31:51.721Z
|
||||
---
|
||||
|
||||
systemctl stop pve-cluster.service
|
||||
|
||||
systemctl stop corosync.service
|
||||
|
||||
pmxcfs -l
|
||||
|
||||
rm -rf /etc/pve/corosync.conf
|
||||
|
||||
rm -rf /etc/corosync/
|
||||
|
||||
killall pmxcfs
|
||||
|
||||
systemctl restart pve-cluster.service
|
||||
|
||||
cd /etc/pve/nodes
|
||||
|
||||
ls
|
||||
|
||||
rm -rf /etc/pve/nodes/pve-01/
|
||||
Reference in New Issue
Block a user