docs: update Hypervisors/Proxmox/Cluster/DestroyCluster
parent
3905acf5b1
commit
902ee9d5fb
|
|
@ -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/
|
||||||
Loading…
Reference in New Issue