Skip to content

Instantly share code, notes, and snippets.

@skyrocknroll
Created January 20, 2025 07:42
Show Gist options
  • Save skyrocknroll/b75776411ec1fc6476e2e36dc7ceb349 to your computer and use it in GitHub Desktop.
Save skyrocknroll/b75776411ec1fc6476e2e36dc7ceb349 to your computer and use it in GitHub Desktop.

Revisions

  1. @yuva-ntnx yuva-ntnx created this gist Jan 20, 2025.
    9 changes: 9 additions & 0 deletions noted.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    ### To make an cluster to single node
    ```bash
    systemctl stop pve-cluster corosync
    pmxcfs -l
    rm -r /etc/corosync/*
    rm /etc/pve/corosync.conf
    killall pmxcfs
    systemctl start pve-cluster
    ```