Having problems creating pool tried everything

mrmaxwell

Cadet
Joined
Sep 27, 2022
Messages
3
Hi

I am a new user of TrueNAS SCALE.
have used core for about a year I am having problems creating a pool with 24x drives


Code:
Error: Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/middlewared/job.py", line 411, in run
    await self.future
  File "/usr/lib/python3/dist-packages/middlewared/job.py", line 446, in __run_body
    rv = await self.method(*([self] + args))
  File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1152, in nf
    res = await f(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1284, in nf
    return await func(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/middlewared/plugins/pool.py", line 764, in do_create
    await self.middleware.call('pool.format_disks', job, disks)
  File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1339, in call
    return await self._call(
  File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1288, in _call
    return await methodobj(*prepared_call.args)
  File "/usr/lib/python3/dist-packages/middlewared/plugins/pool_/format_disks.py", line 31, in format_disks
    await asyncio_map(format_disk, disks.items(), limit=16)
  File "/usr/lib/python3/dist-packages/middlewared/utils/asyncio_.py", line 16, in asyncio_map
    return await asyncio.gather(*futures)
  File "/usr/lib/python3/dist-packages/middlewared/utils/asyncio_.py", line 13, in func
    return await real_func(arg)
  File "/usr/lib/python3/dist-packages/middlewared/plugins/pool_/format_disks.py", line 24, in format_disk
    devname = await self.middleware.call(
  File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1339, in call
    return await self._call(
  File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1299, in _call
    return await self.run_in_executor(prepared_call.executor, methodobj, *prepared_call.args)
  File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1202, in run_in_executor
    return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
  File "/usr/lib/python3.9/concurrent/futures/thread.py", line 52, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/lib/python3/dist-packages/middlewared/plugins/disk_/disk_info.py", line 93, in gptid_from_part_type
    raise CallError(f'Partition type {part_type} not found on {disk}')
middlewared.service_exception.CallError: [EFAULT] Partition type 6a898cc3-1dd2-11b2-99a6-080020736631 not found on sdg





Please find attached the log and a screenshot

Im using a dell R720XD with a HBA for a DS2246 24x drives

I can't for the life of me work it out I've tried deleting partitions reinstalling its been 5 hours and I just can seem it fix it

Many thanks for any help if I have posted something wrong please let me know
 

Attachments

  • fce9803597dcd74e1c388d2ec33a9bc5.png
    fce9803597dcd74e1c388d2ec33a9bc5.png
    15.6 KB · Views: 85

Arwen

MVP
Joined
May 17, 2014
Messages
3,611
It would be helpful to know the type of pool you are creating. With 24 drives, 2, 3 or even 4 vDevs would not be out of line. Even 12, 2 way mirrored vDevs are an option.

So, what ZFS pool configuration are you looking at?
Is the problem happening on just the one disk?
Or a few, but not all disks?
What type of disks, SATA HDD, or SAS drives?

It is possible if the problem is just 1 or a few disks, you can create your pool without them, (and the vDev you would create with them). This is more of a test to make sure your over all configuration looks good.

Last, an update to TrueNAS SCALE has been released yesterday;
TrueNAS SCALE 22.02.4 has been released!
Perhaps you ran across a bug that is now fixed.
 

mrmaxwell

Cadet
Joined
Sep 27, 2022
Messages
3
Hi thank you for the reply,

so its all drives even if I format two or fDISK two and try and mirror them they are dell 1.2tb 10K SAS drives 9207-16 lsi HBA and I planned on 8 disks per vdev RAIDZ2 as I plan on adding more drives I have tried the latest update and if I install TrueNAS Core its all detected and working fine I've even tried updating but then it will not work
 

Arwen

MVP
Joined
May 17, 2014
Messages
3,611
Hmm, if TrueNAS Core worked, you could try creating the pool their and then using TrueNAS SCALE to import the pool. Just as a test.

Otherwise, I don't have any other suggestions. Perhaps someone else can help.
 
Top