This is an awesome feature and I know it's experimental at the moment but it regularly just stops syncing all my VM's. I need to restart the pvesr service and then it'll work again for a day or two before stopping again.
I think it's simply getting stuck on the freeze filesystem sometimes on some containers and that stops all of them working.
For instance it's the 2017-08-06 as I post this and this is the last log file I can see
I think it's when the replication clashes with a backup job as that container is configured to backup at 05:30 exactly every day.
The replication.cfg for this container is as follows:
So it's running every 15 minutes as the default.
Think the replication code needs to check if a backup is running and skips replication if that's the case? Or even better can run when the backup works but has some code to maybe not freeze the filesystem at exactly the same time so the replication holds fire just for a mo until the backup has done its freeze.
I think it's simply getting stuck on the freeze filesystem sometimes on some containers and that stops all of them working.
For instance it's the 2017-08-06 as I post this and this is the last log file I can see
Code:
2017-08-03 05:30:01 700-0: start replication job
2017-08-03 05:30:01 700-0: guest => CT 700, running => 1
2017-08-03 05:30:01 700-0: volumes => main:subvol-700-disk-1
2017-08-03 05:30:02 700-0: freeze guest filesystem
I think it's when the replication clashes with a backup job as that container is configured to backup at 05:30 exactly every day.
The replication.cfg for this container is as follows:
Code:
local: 700-0
target kt-proxmox-02
rate 10
So it's running every 15 minutes as the default.
Think the replication code needs to check if a backup is running and skips replication if that's the case? Or even better can run when the backup works but has some code to maybe not freeze the filesystem at exactly the same time so the replication holds fire just for a mo until the backup has done its freeze.
Last edited: