mervincm
Contributor
- Joined
- Mar 21, 2014
- Messages
- 157
I am quite new to TrueNAS, moving over from Synology based systems. I installed the original TrueNAS scale beta, but then got busy and didn't get a chance to pick it up again till today. I updated to the current beta via GUI without incident. I created a mirror pool from a pair of Optane disks, and another from a pair of SATA SSDs, both completed without incident. When I tried to make a pool RAID-Z2 or RAID-Z from all six disks, it errors out
('one or more vdevs refer to the same device, or one of\nthe devices is part of an active md or lvm device',)
Searching I found references that this can be solved via using the quick wipe option on each individual HDD, but it hasn't helped me here.
('one or more vdevs refer to the same device, or one of\nthe devices is part of an active md or lvm device',)
Searching I found references that this can be solved via using the quick wipe option on each individual HDD, but it hasn't helped me here.
Code:
Error: concurrent.futures.process._RemoteTraceback: """ Traceback (most recent call last): File "/usr/lib/python3.9/concurrent/futures/process.py", line 243, in _process_worker r = call_item.fn(*call_item.args, **call_item.kwargs) File "/usr/lib/python3/dist-packages/middlewared/worker.py", line 97, in main_worker res = MIDDLEWARE._run(*call_args) File "/usr/lib/python3/dist-packages/middlewared/worker.py", line 45, in _run return self._call(name, serviceobj, methodobj, args, job=job) File "/usr/lib/python3/dist-packages/middlewared/worker.py", line 39, in _call return methodobj(*params) File "/usr/lib/python3/dist-packages/middlewared/worker.py", line 39, in _call return methodobj(*params) File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1098, in nf res = f(*args, **kwargs) File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1186, in nf return func(*args, **kwargs) File "/usr/lib/python3/dist-packages/middlewared/plugins/zfs.py", line 112, in do_create zfs.create(data['name'], topology, data['options'], data['fsoptions']) File "libzfs.pyx", line 404, in libzfs.ZFS.__exit__ File "/usr/lib/python3/dist-packages/middlewared/plugins/zfs.py", line 112, in do_create zfs.create(data['name'], topology, data['options'], data['fsoptions']) File "libzfs.pyx", line 1304, in libzfs.ZFS.create libzfs.ZFSException: one or more vdevs refer to the same device, or one of the devices is part of an active md or lvm device """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/middlewared/job.py", line 382, in run await self.future File "/usr/lib/python3/dist-packages/middlewared/job.py", line 418, in __run_body rv = await self.method(*([self] + args)) File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1092, in nf res = await f(*args, **kwargs) File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1182, in nf return await func(*args, **kwargs) File "/usr/lib/python3/dist-packages/middlewared/plugins/pool.py", line 827, in do_create raise e File "/usr/lib/python3/dist-packages/middlewared/plugins/pool.py", line 764, in do_create z_pool = await self.middleware.call('zfs.pool.create', { File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1305, in call return await self._call( File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1262, in _call return await methodobj(*prepared_call.args) File "/usr/lib/python3/dist-packages/middlewared/service.py", line 827, in create rv = await self.middleware._call( File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1270, in _call return await self._call_worker(name, *prepared_call.args) File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1276, in _call_worker return await self.run_in_proc(main_worker, name, args, job) File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1203, in run_in_proc return await self.run_in_executor(self.__procpool, method, *args, **kwargs) File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1177, in run_in_executor return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs)) libzfs.ZFSException: ('one or more vdevs refer to the same device, or one of\nthe devices is part of an active md or lvm device',)
Last edited by a moderator: