ZFS Can I mix SSD Sata with NVME disk?

The SSD M2 disk is in prefail status in almost every test, it is from 2014 and I think he made its job... But I cannot find a replacement on Amazon are all NVME disks...

My setup is ZFS striped on two SSD disk

Code:
geom disk list                                   18:17
Geom name: ada0
Providers:
1. Name: ada0
   Mediasize: 250059350016 (233G)
   Sectorsize: 512
   Stripesize: 4096
   Stripeoffset: 0
   Mode: r1w1e1
   descr: Samsung SSD 850 EVO M.2 250GB
   lunid: 5002538d40ab3482
   ident: S24BNXAH202715M
   rotationrate: 0
   fwsectors: 63
   fwheads: 16

Geom name: ada1
Providers:
1. Name: ada1
   Mediasize: 240057409536 (224G)
   Sectorsize: 512
   Mode: r2w2e4
   descr: KINGSTON SA400S37240G
   lunid: 50026b7682359175
   ident: 50026B7682359175
   rotationrate: 0
   fwsectors: 63
   fwheads: 16

Geom name: ada2
Providers:
1. Name: ada2
   Mediasize: 250059350016 (233G)
   Sectorsize: 512
   Mode: r1w1e2
   descr: Samsung SSD 860 EVO 250GB
   lunid: 5002538e40f0f259
   ident: S3YHNX0M415404N
   rotationrate: 0
   fwsectors: 63
   fwheads: 16

and...

Code:
zpool status                                                                                                           18:28
  pool: zroot
 state: ONLINE
  scan: scrub repaired 0B in 00:05:40 with 0 errors on Sat Oct 22 23:57:37 2022
config:

    NAME          STATE     READ WRITE CKSUM
    zroot         ONLINE       0     0     0
      ada1p3.eli  ONLINE       0     0     0
      ada2p3.eli  ONLINE       0     0     0

Not sure if it is recommended or not, otherwise I had to change both the disks... but the other is a standard one not a M2... 🤷‍♂️
 
Back
Top