I have just installed FreeBSD 12 on this motherboard:
www.asus.com
My dmesg output is included in the attached file.
As you can see, I have one Kingston NVME disk and seven HP 1TB SSD disks installed on the system. The OS is installed on the NVME disk and I want to create a separate ZFS pool named "tank" on the SSD disks, using this command:
Contrary to my previous experience with ZFS, the creation of this particular pool took too long, longer than a minute. Is there something I should worry about?
TUF GAMING X570-PLUS - Tech Specs|Motherboards|ASUS Global
Experience superior tech with TUF GAMING X570-PLUS. High-performance AMD gaming motherboard with PCIe 4.0, dual M.2 and Sync RGB lighting.

My dmesg output is included in the attached file.
As you can see, I have one Kingston NVME disk and seven HP 1TB SSD disks installed on the system. The OS is installed on the NVME disk and I want to create a separate ZFS pool named "tank" on the SSD disks, using this command:
zpool create tank raidz2 /dev/ada0 /dev/ada1 /dev/ada2 /dev/ada3 /dev/ada4 /dev/ada5 /dev/ada6
Contrary to my previous experience with ZFS, the creation of this particular pool took too long, longer than a minute. Is there something I should worry about?