29 lines
445 B
Markdown
29 lines
445 B
Markdown
---
|
||
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/ |