Trouble making cluster

alessio

New Member
Sep 22, 2012
6
0
1
Hi all!

I've 2 nodes. The first one (proxmox1) is in production, the second one "proxmox2" is just installed and not in production.
I've tried to create a cluster, but something gone wrong.

1) I've lost any configuration about each vm machine on node proxmox1.
2) I'd like to completely remove cluster configuration, but I don't now how.
if I run:

root@proxmox1:/etc/init.d# pvecm delnode proxmox2
I/O error : Resource busy
I/O error : Resource busy
ccs_tool: Error writing new config file /etc/pve/cluster.conf

same result if proxmox2 is up o down (now it's down).

Why?

Other info:
root@proxmox1:/etc/init.d# pvecm status
Version: 6.2.0
Config Version: 2
Cluster Name: CLUSTER1
Cluster Id: 18649
Cluster Member: Yes
Cluster Generation: 40
Membership state: Cluster-Member
Nodes: 1
Expected votes: 2
Total votes: 1
Node votes: 1
Quorum: 2 Activity blocked
Active subsystems: 5
Flags:
Ports Bound: 0
Node name: proxmox1
Node ID: 2
Multicast addresses: 239.192.72.34
Node addresses: 192.168.1.21

root@proxmox1:/etc/init.d# pvecm n
Node Sts Inc Joined Name
1 X 36 proxmox2
2 M 32 2012-09-22 08:57:38 proxmox1

root@proxmox1:/etc/init.d# clustat
Cluster Status for CLUSTER1 @ Sat Sep 22 09:48:33 2012
Member Status: Inquorate

Member Name ID Status
------ ---- ---- ------
proxmox2 1 Offline
proxmox1 2 Online, Local


Any help?

Thanks

Alessio
 
You do not have quorum, because the other node is offline. To workaround use:

# pvecm expected 1

after that you can remove the node

# pvecm delnode proxmox2