How can I delete a PROXMOX cluster?

0

I created a cluster on my proxmox node ("node01")

pvecm create cluster1

This is the output of pvecm status (i changed my ip address to 1.1.1.1 for security purposes)

root@node01:~# pvecm status
Quorum information
------------------
Date:             Thu Jul  9 09:41:47 2020
Quorum provider:  corosync_votequorum
Nodes:            1
Node ID:          0x00000001
Ring ID:          1/8
Quorate:          Yes

Votequorum information
----------------------
Expected votes:   1
Highest expected: 1
Total votes:      1
Quorum:           1  
Flags:            Quorate 

Membership information
----------------------
    Nodeid      Votes Name
0x00000001          1 1.1.1.1 (local)

However i want to completely remove it. How can I do that?

PS: I'm using ubuntu server

Thanks!

cluster-computing
sysadmin
proxmox
asked on Stack Overflow Jul 9, 2020 by nesrine

1 Answer

1

I remember creating my Proxmox cluster using the GUI, and honestly ... I have never removed the cluster that I currently have working, but this information may be of use to you.

https://pve.proxmox.com/wiki/Cluster_Manager#_remove_a_cluster_node

https://gist.github.com/ianchen06/73acc392c72d6680099b7efac1351f56

https://www.youtube.com/watch?v=GSg-aeQ5gT8

https://forum.proxmox.com/threads/removing-deleting-a-created-cluster.18887/

answered on Stack Overflow Jul 24, 2020 by leo95batista

User contributions licensed under CC BY-SA 3.0