ZFSException cannot create 'MYANON-TORRENT/iocage/download': dataset already exists

thegreek1

Dabbler
Joined
Sep 20, 2020
Messages
21
I cannot seem to find an answer for this issue. I was trying to update one of my apps (transmission) when I got an error, upon the reboot, one of my jails just won't come up nor can I see the plugins on the webpage. Any ideas on where to look?



During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/iocage_lib/zfs.py", line 20, in run
cp.check_returncode()
File "/usr/local/lib/python3.9/subprocess.py", line 460, in check_returncode
raise CalledProcessError(self.returncode, self.args, self.stdout,
subprocess.CalledProcessError: Command '['zfs', 'create', '-o', 'compression=lz4', '-o', 'aclmode=passthrough', '-o', 'aclinherit=passthrough', 'MYANON-TORRENT/iocage/download']' returned non-zero exit status 1.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 138, in call_method
result = await self.middleware._call(message['method'], serviceobj, methodobj, params, app=self,
File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 1224, in _call
return await self.run_in_executor(prepared_call.executor, methodobj, *prepared_call.args)
File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 1128, in run_in_executor
return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.9/site-packages/middlewared/schema.py", line 979, in nf
return f(*args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/middlewared/plugins/jail_freebsd.py", line 739, in query
self.check_dataset_existence()
File "/usr/local/lib/python3.9/site-packages/middlewared/plugins/jail_freebsd.py", line 1047, in check_dataset_existence
IOCCheck(migrate=True, reset_cache=True)
File "/usr/local/lib/python3.9/site-packages/iocage_lib/ioc_check.py", line 58, in __init__
self.__check_datasets__()
File "/usr/local/lib/python3.9/site-packages/iocage_lib/ioc_check.py", line 127, in __check_datasets__
ds.create({'properties': dataset_options})
File "/usr/local/lib/python3.9/site-packages/iocage_lib/dataset.py", line 42, in create
return create_dataset({'name': self.resource_name, **data})
File "/usr/local/lib/python3.9/site-packages/iocage_lib/zfs.py", line 155, in create_dataset
return run([
File "/usr/local/lib/python3.9/site-packages/iocage_lib/zfs.py", line 22, in run
raise ZFSException(cp.returncode, cp.stderr)
iocage_lib.zfs.ZFSException: cannot create 'MYANON-TORRENT/iocage/download': dataset already exists
 
Top