omega8314 Posted January 13, 2025 Posted January 13, 2025 Hello, I am unable to create a Raid 5 on this dell optiplex 3020 I put 3 20tb ironwood pro drives in. I can create a mirror with the drives just fine no issues but that only uses two drives obviously. I've attached an picture to better understand the problem and show the complete error. The first picture is the regular boot and the second is the debug boot. I thought it might be the on board sata controller but I get the same error with a sata pcie card. Ive checked the bios and all three drives are detected in hexos
ubergeek Posted January 13, 2025 Posted January 13, 2025 Why are you trying to do raid foe HExOs that does not support raid ? If you are trying to use thoes 3 drives in hexos you need to let it create the pool for you
omega8314 Posted January 13, 2025 Author Posted January 13, 2025 That's the output when I click create pool in hex os.
omega8314 Posted January 13, 2025 Author Posted January 13, 2025 I click create pool and then it says it completes but never shows up
ubergeek Posted January 13, 2025 Posted January 13, 2025 Have you tried going into the truenas UI and erasing the drives ?
omega8314 Posted January 13, 2025 Author Posted January 13, 2025 I haven't. I'm not sure how to do that.
omega8314 Posted January 13, 2025 Author Posted January 13, 2025 first two drives wiped third drive did not and failed with output seen here Traceback (most recent call last): File "/usr/lib/python3/dist-packages/middlewared/job.py", line 488, in run await self.future File "/usr/lib/python3/dist-packages/middlewared/job.py", line 533, in __run_body rv = await self.method(*args) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/middlewared/schema/processor.py", line 179, in nf return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/middlewared/schema/processor.py", line 49, in nf res = await f(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/middlewared/plugins/disk_/wipe.py", line 187, in wipe await self.middleware.run_in_thread(self._wipe_impl, job, dev, mode, event) File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1364, in run_in_thread return await self.run_in_executor(io_thread_pool_executor, method, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1361, in run_in_executor return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/middlewared/plugins/disk_/wipe.py", line 97, in _wipe_impl os.fsync(f.fileno()) OSError: [Errno 5] Input/output error
omega8314 Posted January 14, 2025 Author Posted January 14, 2025 I think i have a bad hard drive. I swapped with another drive of the same make and size and no issues . That log output seems to indicate there is something not completing.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now