Replication Tasks issue

Starrbuck

Dabbler
Joined
Jul 7, 2016
Messages
15
I setup daily Replication Tasks and they did the initial replications but will not pick up subsequent snapshots. Below are screenshots of one of them. Please help me figure out what may be wrong. Both systems are TrueNAS-SCALE-22.02.4, doing a pull from 'Cowboy' to 'Maverick' over SSH with keys setup.

Replication Task on Maverick:

repl1.png

repl2.png

repl3.png


Snapshots exist on Cowboy for 11/13 and 11/14:

snaps.png


Cowboy log of Replication Task run:

Code:
[2022/11/14 16:52:28] INFO     [MainThread] [zettarepl.scheduler.clock] Interrupted
[2022/11/14 16:52:28] INFO     [MainThread] [zettarepl.zettarepl] Scheduled tasks: [<Replication Task 'task_1'>]
[2022/11/14 16:52:28] INFO     [Thread-3] [zettarepl.paramiko.replication_task__task_1] Connected (version 2.0, client OpenSSH_8.4p1)
[2022/11/14 16:52:28] INFO     [Thread-3] [zettarepl.paramiko.replication_task__task_1] Authentication (publickey) successful!
[2022/11/14 16:52:29] INFO     [replication_task__task_1] [zettarepl.replication.pre_retention] Pre-retention destroying snapshots: []
[2022/11/14 16:52:29] INFO     [replication_task__task_1] [zettarepl.replication.run] No snapshots to send for replication task 'task_1' on dataset 'tank/storage'
[2022/11/14 16:52:30] INFO     [Thread-6] [zettarepl.paramiko.retention] Connected (version 2.0, client OpenSSH_8.4p1)
[2022/11/14 16:52:30] INFO     [Thread-6] [zettarepl.paramiko.retention] Authentication (publickey) successful!
[2022/11/14 16:52:30] INFO     [Thread-8] [zettarepl.paramiko.retention] Connected (version 2.0, client OpenSSH_8.4p1)
[2022/11/14 16:52:30] INFO     [Thread-8] [zettarepl.paramiko.retention] Authentication (publickey) successful!
[2022/11/14 16:52:31] INFO     [retention] [zettarepl.zettarepl] Retention destroying local snapshots: []


Replication Tasks on Maverick only shows the initial sync on 11/10 and not the new ones for 11/13 and 11/14:

tasks.png
 
Top