Richard Durso
Explorer
- Joined
 - Jan 30, 2014
 
- Messages
 - 70
 
Replication task to an Ubuntu 20.04.4 LTS server. Replication started to fail with the following message last month.
I've not been able to find any information on this feature flag number. I assume this means a ZFS feature flag.Code:
Replication "main/vm_storage -> rpool/backups/vm_storage" failed: stream has unsupported feature, feature flags = 3420004 No error..
So clearly something was enabled on TrueNAS that Ubuntu doesn't like. My issue is that feature flags are not documented in numbers like that. I have no idea what "3420004" feature flag represents. And not sure what the "No error" is about since the replication fails. Whatever this is, seems specific to this dataset as all other replication tasks to the server continue to work fine.
Logs from Task:
Code:
[2022/07/18 23:00:00] INFO     [Thread-10891] [zettarepl.paramiko.replication_task__task_12] Connected (version 2.0, client OpenSSH_8.2p1)
[2022/07/18 23:00:00] INFO     [Thread-10891] [zettarepl.paramiko.replication_task__task_12] Authentication (publickey) successful!
[2022/07/18 23:00:02] INFO     [replication_task__task_12] [zettarepl.replication.run] For replication task 'task_12': doing push from 'main/vm_storage' to 'rpool/backups/vm_storage' of snapshot='auto-20220618.0500-3m' incremental_base='auto-20220611.0500-3m' receive_resume_token=None encryption=False
[2022/07/18 23:00:02] INFO     [replication_task__task_12] [zettarepl.paramiko.replication_task__task_12.sftp] [chan 9] Opened sftp connection (server version 3)
[2022/07/18 23:00:02] INFO     [replication_task__task_12] [zettarepl.transport.ssh_netcat] Automatically chose connect address '192.168.10.102'
[2022/07/18 23:00:08] ERROR    [replication_task__task_12] [zettarepl.replication.run] For task 'task_12' unhandled replication error SshNetcatExecException(ExecException(1, 'stream has unsupported feature, feature flags = 3420004\n'), None)
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/zettarepl/replication/run.py", line 164, in run_replication_tasks
    retry_stuck_replication(
  File "/usr/local/lib/python3.9/site-packages/zettarepl/replication/stuck.py", line 18, in retry_stuck_replication
... 9 more lines ...
  File "/usr/local/lib/python3.9/site-packages/zettarepl/replication/run.py", line 764, in run_replication_step
    ReplicationProcessRunner(process, monitor).run()
  File "/usr/local/lib/python3.9/site-packages/zettarepl/replication/process_runner.py", line 33, in run
    raise self.process_exception
  File "/usr/local/lib/python3.9/site-packages/zettarepl/replication/process_runner.py", line 37, in _wait_process
    self.replication_process.wait()
  File "/usr/local/lib/python3.9/site-packages/zettarepl/transport/ssh_netcat.py", line 198, in wait
    raise SshNetcatExecException(connect_exec_error, self.listen_exec_error) from None
zettarepl.transport.ssh_netcat.SshNetcatExecException: stream has unsupported feature, feature flags = 3420004
No error