Cannot Create Pool

StarsAndBars

Cadet
Joined
Feb 24, 2023
Messages
6
Hello! I am trying to get a new instance of Scale up and running (my first) and I can't seem to get my storage pool established. When I select the disks to add to a RAID-Z array and continue, the create pool dialogue box never goes away (in other videos I have watched this process is almost instantaneous) and then I notice an alert about my disks being formatted with Data Integrity Feature (DIF) and I am not familiar with this or how to remove it. Any advice would be greatly appreciated. Thanks in advance!
 

Attachments

  • DIF Error.png
    DIF Error.png
    41.8 KB · Views: 274
  • Scale Pool Creation Never Completes.png
    Scale Pool Creation Never Completes.png
    652.9 KB · Views: 282

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399

In particular, click the blue buttons corresponding to T10-PI and Branded.
 

rexl

Cadet
Joined
Jul 24, 2023
Messages
1
Hi,
Is anyone can help me with this issue?
The following message showed when I tried to create disk pool.

"[EFAULT] Disk: 'sdad' is incorrectly formatted with Data Integrity Feature (DIF)"

Error: Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/middlewared/job.py", line 428, in run
await self.future
File "/usr/lib/python3/dist-packages/middlewared/job.py", line 463, in __run_body
rv = await self.method(*([self] + args))
File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1246, in nf
res = await f(*args, **kwargs)
File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1378, in nf
return await func(*args, **kwargs)
File "/usr/lib/python3/dist-packages/middlewared/plugins/pool.py", line 779, in do_create
await self.middleware.call('pool.format_disks', job, disks)
File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1395, in call
return await self._call(
File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1344, in _call
return await methodobj(*prepared_call.args)
File "/usr/lib/python3/dist-packages/middlewared/plugins/pool_/format_disks.py", line 33, 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 25, in format_disk
await self.middleware.call('disk.format', disk, config.get('min_size'), swap_size, False)
File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1395, in call
return await self._call(
File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1355, 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 1258, 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_/format.py", line 56, in format
swapsize, alignment = self.validate_disk(disk, min_size, swapgb)
File "/usr/lib/python3/dist-packages/middlewared/plugins/disk_/format.py", line 20, in validate_disk
raise CallError(f'Disk: {disk!r} is incorrectly formatted with Data Integrity Feature (DIF).')
middlewared.service_exception.CallError: [EFAULT] Disk: 'sdy' is incorrectly formatted with Data Integrity Feature (DIF).
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
Is anyone can help me with this issue?
Have you looked here? (as linked above in this thread):
 
Top