whiskerz007
Dabbler
- Joined
- Feb 9, 2021
- Messages
- 13
I have not been able to successfully replicate a dataset using either LOCAL or SSH. I've seen one of three errors as the results ('sharesmb', 'sharenfs', 'mountpoint'). I get the same errors whether the destination is an existing dataset or a non-existent dataset. I have been testing this since SCALE 20.12 and many of the NIGHTLY and none of the ones I tested are successful. The following error was generated from TrueNAS-SCALE-21.02-MASTER-20210209-052921.
Please advise.
Code:
Error
'sharesmb'.
Logs
[2021/02/09 05:14:52] ERROR [replication_task__task_2] [zettarepl.replication.run] For task 'task_2' unhandled replication error KeyError('sharesmb')
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/zettarepl/replication/run.py", line 158, in run_replication_tasks
run_replication_task_part(replication_task, source_dataset, src_context, dst_context, observer)
File "/usr/lib/python3/dist-packages/zettarepl/replication/run.py", line 229, in run_replication_task_part
step_templates = calculate_replication_step_templates(replication_task, source_dataset,
File "/usr/lib/python3/dist-packages/zettarepl/replication/run.py", line 342, in calculate_replication_step_templates
for property, (value, source) in get_properties(
File "/usr/lib/python3/dist-packages/zettarepl/transport/zfscli/__init__.py", line 103, in get_properties
return get_properties_recursive(shell, [dataset], properties, include_source)[dataset]
File "/usr/lib/python3/dist-packages/zettarepl/transport/zfscli/__init__.py", line 97, in get_properties_recursive
result[name][property] = result[property], source
KeyError: 'sharesmb'Please advise.