Replication Error "cannot unmount'

jspfunk

Dabbler
Joined
Oct 26, 2017
Messages
48
I just set up my Dell Precision T7910 and I am trying to replicate the data from my current Server, but I keep getting this error.
Code:
"[EFAULT] cannot unmount '/mnt/Plex/Media': pool or dataset is busy." 

I have tried running the replication from both machines, but I get basically the same error.

I am a noob mostly, and I did searches for the error, but I couldn't really find anything that helped.

Here is the log file:
Code:
Rich
[2022/10/23 09:17:07] INFO     [Thread-5] [zettarepl.paramiko.replication_task__task_1] Connected (version 2.0, client OpenSSH_8.8-hpn14v15)
[2022/10/23 09:17:07] INFO     [Thread-5] [zettarepl.paramiko.replication_task__task_1] Authentication (publickey) successful!
[2022/10/23 09:17:08] INFO     [replication_task__task_1] [zettarepl.replication.pre_retention] Pre-retention destroying snapshots: []
[2022/10/23 09:17:08] INFO     [replication_task__task_1] [zettarepl.replication.run] For replication task 'task_1': doing pull from 'Plex2/Files' to 'Plex/Media' of snapshot='auto-2022-08-28_00-00' incremental_base=None include_intermediate=False receive_resume_token=None encryption=False
[2022/10/23 09:17:08] INFO     [replication_task__task_1] [zettarepl.paramiko.replication_task__task_1.sftp] [chan 17] Opened sftp connection (server version 3)
[2022/10/23 09:17:08] INFO     [replication_task__task_1] [zettarepl.transport.ssh_netcat] Automatically chose connect address '192.168.68.93'
[2022/10/23 09:17:09] ERROR    [replication_task__task_1] [zettarepl.replication.run] For task 'task_1' unhandled replication error SshNetcatExecException(ExecException(1, 'pool or dataset is busy\n'), None)
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/zettarepl/replication/run.py", line 181, in run_replication_tasks
    retry_contains_partially_complete_state(
  File "/usr/lib/python3/dist-packages/zettarepl/replication/partially_complete_state.py", line 16, in retry_contains_partially_complete_state
    return func()
  File "/usr/lib/python3/dist-packages/zettarepl/replication/run.py", line 182, in <lambda>
    lambda: run_replication_task_part(replication_task, source_dataset, src_context, dst_context,
  File "/usr/lib/python3/dist-packages/zettarepl/replication/run.py", line 278, in run_replication_task_part
    run_replication_steps(step_templates, observer)
  File "/usr/lib/python3/dist-packages/zettarepl/replication/run.py", line 611, in run_replication_steps
    replicate_snapshots(step_template, incremental_base, snapshots, include_intermediate, encryption, observer)
  File "/usr/lib/python3/dist-packages/zettarepl/replication/run.py", line 652, in replicate_snapshots
    run_replication_step(step, observer)
  File "/usr/lib/python3/dist-packages/zettarepl/replication/run.py", line 732, in run_replication_step
    ReplicationProcessRunner(process, monitor).run()
  File "/usr/lib/python3/dist-packages/zettarepl/replication/process_runner.py", line 33, in run
    raise self.process_exception
  File "/usr/lib/python3/dist-packages/zettarepl/replication/process_runner.py", line 37, in _wait_process
    self.replication_process.wait()
  File "/usr/lib/python3/dist-packages/zettarepl/transport/ssh_netcat.py", line 209, in wait
    raise SshNetcatExecException(connect_exec_error, self.listen_exec_error) from None
zettarepl.transport.ssh_netcat.SshNetcatExecException: Passive side: pool or dataset is busy
 
Last edited:

jspfunk

Dabbler
Joined
Oct 26, 2017
Messages
48
Could someone give me an Idea of what to look for?
 
Top