Hi all,
I have a raidz3 pool since some years (created on 11.0-RELEASE-p2),
currently running on 14.1-RELEASE-p4. Recently I replaced two failing
spinning disks with SSDs. Why do the two new disks still show "trim
unsupported" here? What am I missing?
--> da4 is pl1d3
--> it supports trim
--> it does not show NODELETE --> hence, geli will pass trim commands through
Why does zfs tell it's not supported? For the single disk zroot-pool on
a ssd it works on the same machine.
I have a raidz3 pool since some years (created on 11.0-RELEASE-p2),
currently running on 14.1-RELEASE-p4. Recently I replaced two failing
spinning disks with SSDs. Why do the two new disks still show "trim
unsupported" here? What am I missing?
Code:
# zpool status -t pool1
pool: pool1
state: ONLINE
status: Some supported and requested features are not enabled on the pool.
The pool can still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(7) for details.
scan: resilvered 2.69T in 3 days 08:19:52 with 0 errors on Fri Nov 1 03:01:37 2024
config:
NAME STATE READ WRITE CKSUM
pool1 ONLINE 0 0 0
raidz3-0 ONLINE 0 0 0
gpt/pl1d1_NM12JVVV.eli ONLINE 0 0 0 (trim unsupported)
gpt/pl1d2_05230406A.eli ONLINE 0 0 0 (trim unsupported)
gpt/pl1d3_2435U7D00680.eli ONLINE 0 0 0 (trim unsupported)
gpt/pl1d4_NM12JVWC.eli ONLINE 0 0 0 (trim unsupported)
gpt/pl1d5_2435U7D00844.eli ONLINE 0 0 0 (trim unsupported)
gpt/pl1d6_NM12JVQH.eli ONLINE 0 0 0 (trim unsupported)
Code:
# gpart list da4|grep label
label: pl1d3_2435U7D00680
--> da4 is pl1d3
Code:
# camcontrol identify da4 | grep -i trim
Data Set Management (DSM/TRIM) yes
--> it supports trim
Code:
# geli list gpt/pl1d3_2435U7D00680.eli | grep -i flags
Flags: AUTORESIZE
--> it does not show NODELETE --> hence, geli will pass trim commands through
Why does zfs tell it's not supported? For the single disk zroot-pool on
a ssd it works on the same machine.