when the service pve-cluster is stopped deletes all files in /etc/pve

kalisteel

New Member
Aug 28, 2024
2
0
1
Hello! I am new to proxmox
I tried to split the cluster into two different clusters, didn't work and I used the "pvecm add IP --force" command
After that I seem to have deleted the configuration (or restored the backup) and all the machines in the cluster are gone, they work, but the configuration files are gone from the ./qemu-server folder.
when I try to add it, it says insufficient permissions and I noticed that when I stop pve-cluster.service, all files in the /pve folder are deleted.
On other nodes I have access to change files and they do not disappear from the folder.
Is it possible to make it so that nothing is deleted or is it pointless and better to create the cluster again?
 
/etc/pve is not your usual filesystem, but FUSE filesystem based on a SQLite file at /var/lib/pve-cluster/config.db. The database gets synched via Corosync between all your clusters, and thus stopping the cluster service 'removes' the filesystem. See here:

https://pve.proxmox.com/pve-docs/chapter-pmxcfs.html
 
  • Like
Reactions: UdoB