Jump to content

Recommended Posts

Posted

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 hexos20250112_181216.thumb.jpg.2659a9dc02ee0ebc30b1904b373901b4.jpg


 

20250112_183420.thumb.jpg.c82e7994c164c86d873476fcb0074dbe.jpg

Posted

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 

Posted

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

 

Posted

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. 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...