Hi,
Running 8.0.4 on a new install. This was joined to a cluster, had VMs migrated over onto it, and was then removed from that cluster by following "Separate a Node Without Reinstalling". So far so good.
The issue I see is that the following files are written to / re-created every 60 seconds. Taking a zfs snapshot and diffing I see:
The file
Is there a timer or something I need to stop here?
Thanks!
Running 8.0.4 on a new install. This was joined to a cluster, had VMs migrated over onto it, and was then removed from that cluster by following "Separate a Node Without Reinstalling". So far so good.
The issue I see is that the following files are written to / re-created every 60 seconds. Taking a zfs snapshot and diffing I see:
Code:
# zfs diff rpool/ROOT/pve-1@snap1 rpool/ROOT/pve-1@snap2
M /var/lib/pve-manager
M /var/lib/pve-cluster/config.db-wal
M /var/lib/pve-cluster/config.db-shm
+ /var/lib/pve-manager/pve-replication-state.json
- /var/lib/pve-manager/pve-replication-state.json
The file
/var/lib/pve-manager/pve-replication-state.json
only contains {}
. Also pvesr status
shows nothing, and in the log for pvescheduler I see the below after startup:
Code:
pvescheduler[101516]: jobs: cfs-lock 'file-jobs_cfg' error: no quorum!
pvescheduler[101515]: replication: cfs-lock 'file-replication_cfg' error: no quorum!
Is there a timer or something I need to stop here?
Thanks!