차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

tech:proxmox_cluster_not_ready [2023/09/08 15:25] – 만듦 V_Ltech:proxmox_cluster_not_ready [2024/05/02 12:06] (현재) V_L
줄 29: 줄 29:
    
 에서 해당 노드 삭제. 에서 해당 노드 삭제.
 +
 +=====클러스터  제거=====
 +
 +
 +
 +쉘로 접속해서 아래와같은 명령어를 복붙해주세요.
 +
 +<file>
 +systemctl stop pve-cluster corosync
 +pmxcfs -l
 +rm /etc/corosync/*
 +rm /etc/pve/corosync.conf
 +killall pmxcfs
 +systemctl start pve-cluster
 +</file>