Error deleting VM

Chow

Member
Apr 28, 2008
90
0
6
Hi, I'm trying to remove a VM which is not used anymore.. Getting the following error..

TASK ERROR: pool cleanup failed: can't aquire cfs lock 'file-user_cfg': pve cluster filesystem not online.

Any idea's?
 
you lost quorum? check your cluster status.
 
This is my clusterstatus..

Version: 6.2.0
Config Version: 3
Cluster Name: cloud
Cluster Id: 3226
Cluster Member: Yes
Cluster Generation: 123692
Membership state: Cluster-Member
Nodes: 1
Expected votes: 1
Total votes: 1
Node votes: 1
Quorum: 2 Activity blocked
Active subsystems: 5
Flags:
Ports Bound: 0
Node name: eurocloud
Node ID: 1

Not sure how to proceed. I run only 1 proxmox server on 2.1
 
what is the history of this setup?

show your:

Code:
pvecm n

you can set the expected votes to 1, so you will gain quorum in the case of issues:

Code:
pvecm e 1
 
Ah, this worked. We tried to add a server in the past but had problems adding it. It seems it somehow was in the cluster. pvecm e 1 solved it. Thnx ;)