Hi Truenas Community,
Currently having an issue with my truenas, i decided to power it down for a couple of days as i wasnt using it and was getting ready to move it to a new room.
However when i have repowered the machine on after a week or so after relocating it to my other room, The TrueNas Server managed to loose the Pool that i created.
Here is my system Truenas System:
CPU: Intel Core i3-12100
Motherboard: Asus Prime H610M-E
Drives: Seagate 4TB BarraCuda 3.5 inch Hard Drive, SATA III, 5400RPM, 256MB Cache, x 4
Crucial P3 1TB Nvme (Currently setup as a Cache VDEV)
Boot Drive: WD Blue 250gb SSD
RAM: 16GB DDR4 G.SKILL (2 x 8GB)
NIC: TP-LINK TX401 10Gbe card
I looked up and saw someone else had a similar issue and exported the pool and re imported them however i am unable to re import them
And get the below error:
[EZFS_BADDEV] Failed to import 'STORAGE' pool: cannot import 'STORAGE' as 'STORAGE': one or more devices is currently unavailable
I have also tried command line:
i stopped here as i dont want to loose the data i have on the drives when i try and recreate the pool
I was accessing this data through SMB some help in getting this data back would be greatly be appreciated.
Thanks Team as i am not sure what to do
Currently having an issue with my truenas, i decided to power it down for a couple of days as i wasnt using it and was getting ready to move it to a new room.
However when i have repowered the machine on after a week or so after relocating it to my other room, The TrueNas Server managed to loose the Pool that i created.
Here is my system Truenas System:
CPU: Intel Core i3-12100
Motherboard: Asus Prime H610M-E
Drives: Seagate 4TB BarraCuda 3.5 inch Hard Drive, SATA III, 5400RPM, 256MB Cache, x 4
Crucial P3 1TB Nvme (Currently setup as a Cache VDEV)
Boot Drive: WD Blue 250gb SSD
RAM: 16GB DDR4 G.SKILL (2 x 8GB)
NIC: TP-LINK TX401 10Gbe card
I looked up and saw someone else had a similar issue and exported the pool and re imported them however i am unable to re import them
And get the below error:
[EZFS_BADDEV] Failed to import 'STORAGE' pool: cannot import 'STORAGE' as 'STORAGE': one or more devices is currently unavailable
Error: concurrent.futures.process._RemoteTraceback: """ Traceback (most recent call last): File "/usr/lib/python3/dist-packages/middlewared/plugins/zfs.py", line 438, in import_pool zfs.import_pool(found, pool_name, properties, missing_log=missing_log, any_host=any_host) File "libzfs.pyx", line 1265, in libzfs.ZFS.import_pool File "libzfs.pyx", line 1293, in libzfs.ZFS.__import_pool libzfs.ZFSException: cannot import 'STORAGE' as 'STORAGE': one or more devices is currently unavailable During handling of the above exception, another exception occurred: 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 115, in main_worker res = MIDDLEWARE._run(*call_args) File "/usr/lib/python3/dist-packages/middlewared/worker.py", line 46, in _run return self._call(name, serviceobj, methodobj, args, job=job) File "/usr/lib/python3/dist-packages/middlewared/worker.py", line 40, in _call return methodobj(*params) File "/usr/lib/python3/dist-packages/middlewared/worker.py", line 40, in _call return methodobj(*params) File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1383, in nf return func(*args, **kwargs) File "/usr/lib/python3/dist-packages/middlewared/plugins/zfs.py", line 444, in import_pool self.logger.error( File "libzfs.pyx", line 465, in libzfs.ZFS.__exit__ File "/usr/lib/python3/dist-packages/middlewared/plugins/zfs.py", line 442, in import_pool raise CallError(f'Failed to import {pool_name!r} pool: {e}', e.code) middlewared.service_exception.CallError: [EZFS_BADDEV] Failed to import 'STORAGE' pool: cannot import 'STORAGE' as 'STORAGE': one or more devices is currently unavailable """ 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 427, in run await self.future File "/usr/lib/python3/dist-packages/middlewared/job.py", line 465, in __run_body rv = await self.method(*([self] + args)) File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1379, in nf return await func(*args, **kwargs) File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1247, in nf res = await f(*args, **kwargs) File "/usr/lib/python3/dist-packages/middlewared/plugins/pool.py", line 1459, in import_pool await self.middleware.call('zfs.pool.import_pool', guid, opts, any_host, use_cachefile, new_name) File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1368, in call return await self._call( File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1325, in _call return await self._call_worker(name, *prepared_call.args) File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1331, in _call_worker return await self.run_in_proc(main_worker, name, args, job) File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1246, 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 1231, in run_in_executor return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs)) middlewared.service_exception.CallError: [EZFS_BADDEV] Failed to import 'STORAGE' pool: cannot import 'STORAGE' as 'STORAGE': one or more devices is currently unavailable
I have also tried command line:
zpool import STORAGE
Error: cannot Import 'STORAGE': one or more devices currently unavailable
i stopped here as i dont want to loose the data i have on the drives when i try and recreate the pool
I was accessing this data through SMB some help in getting this data back would be greatly be appreciated.
Thanks Team as i am not sure what to do