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