Replication not working on 11.3

francisaugusto

Contributor
Joined
Nov 16, 2018
Messages
153
Hi,

I've set up a replication task that worked for around one week. After that, I started to get an error message and I don't know why it happens. Can anyone help me?

Here's what I get:

Code:
[2020/02/16 08:31:59] INFO     [Thread-146] [zettarepl.paramiko.replication_task__task_1] Connected (version 2.0, client OpenSSH_8.0-hpn14v15)
[2020/02/16 08:31:59] INFO     [Thread-146] [zettarepl.paramiko.replication_task__task_1] Authentication (publickey) successful!
[2020/02/16 08:32:00] INFO     [replication_task__task_1] [zettarepl.replication.run] Resuming replication for destination dataset 'Backup/NAS-Backup'
[2020/02/16 08:32:00] INFO     [replication_task__task_1] [zettarepl.replication.run] For replication task 'task_1': doing push from 'NAS' to 'Backup/NAS-Backup' of snapshot=None incremental_base=None receive_resume_token='1-10ea7c4558-118-74000....1614a51617e9ce'
[2020/02/16 08:32:00] ERROR    [replication_task__task_1] [zettarepl.replication.run] For task 'task_1' unhandled replication error ExecException(2, 'invalid flags combined with -t\nusage:\n\tsend [-DnPpRvLec] [-[iI] snapshot] \n\tsend [-LPcenv] [-i snapshot|bookmark] \n\tsend [-nvPe] -t \n\nFor the property list, run: zfs set|get\n\nFor the delegated permission list, run: zfs allow|unallow\ncannot receive: failed to read from stream\n')
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zettarepl/replication/run.py", line 119, in run_replication_tasks
    run_replication_task_part(replication_task, source_dataset, src_context, dst_context, observer)
  File "/usr/local/lib/python3.7/site-packages/zettarepl/replication/run.py", line 175, in run_replication_task_part
    resumed = resume_replications(step_templates, observer)
... 12 more lines ...
zettarepl.transport.interface.ExecException: invalid flags combined with -t
usage:
    send [-DnPpRvLec] [-[iI] snapshot]
    send [-LPcenv] [-i snapshot|bookmark]
    send [-nvPe] -t

For the property list, run: zfs set|get

For the delegated permission list, run: zfs allow|unallow
cannot receive: failed to read from stream


Any clue what can be causing this?
 

francisaugusto

Contributor
Joined
Nov 16, 2018
Messages
153
It works now after U1 update.
 
Top