Started Proxmox VE replication runner

Valerio Pachera

Active Member
Aug 19, 2016
131
6
38
43
Hi, is it normal to see these messages repeated every minutes on /var/log/syslog?

Code:
Aug 30 14:22:00 pve systemd[1]: Started Proxmox VE replication runner.
Aug 30 14:23:00 pve systemd[1]: Starting Proxmox VE replication runner...
Aug 30 14:23:00 pve systemd[1]: Started Proxmox VE replication runner.
Aug 30 14:24:00 pve systemd[1]: Starting Proxmox VE replication runner...
Aug 30 14:24:00 pve systemd[1]: Started Proxmox VE replication runner.

Proxmox 5.0-23/af4267bf.
 
What aobut this?

Code:
Aug 30 16:53:59 pve pve-ha-lrm[3999]: loop take too long (31 seconds)

PS: I have a server that suddenly reboot.
I'm trying to figure out the problem and if it's somehow related to proxmox.
 
Hi,

do you have ha enabled services?
 
Not that I know of.
This is a single server installation made from iso.
What may I check to be sure no wrong services may be running.
Thank you.
 
Do you have any hints in the syslog?
 
Not at all.
It seems like an hard reset due to power loss or something similar.
Today we change the ups to be sure there is no power issue.
I got worried about the messages above but I think it's improbable to be a software related problem.
I'll pock you back when I have news.
Thank you.
 
@Glock24, thank you for your reply.
It might be the answer to this topic and also to this other topic I posted yesterday.

According to our experience the system resets when ZFS puts high memory pressure on a system that is already short on RAM. It has also been reported that swap on ZFS is connected to this

I have other proxmox 4 and 5 installations but didn't experience these two issues (that may be the same).
This is the first installation I do with zfs.
Usually I install debian, then proxmox with mdadm + lvm-thin.
In such case, I have the guest and swap on zfs raid 1 (ssd drives).

As of now, after I changed the ups., the server didn't reboot but it got stuck like described in the other post.

I also remember I enabled compression of zfs during server setup.
I'll check if it's possible to disable that and move swap to another device.