Percentage Used: 100%
The interesting value for nominal/guaranteed endurance can be viewed with smartctl -a or smartctl -x. For an NVME drive it's "Percentage Used:" while for a SATA drive it's "Percentage Used Endurance Indicator".In this particular case from one of your first posts:Code: [Select]Percentage Used: 100%So the disk is worn out according to specs and apparently in reality, too.I monitor the wear indicators for my NAS systems in Grafana like in the attached screen shot.Kind regards,Patrick
Ok, this could coincide withcommunity/23.7/23.7.12:o system: change ZFS transaction group defaults to avoid excessive disk wearWe did have to apply this change because ZFS was wearing out disks with its metadata writes too much even when absolutely no data was written in the sync interval. You could say that ZFS is an always-write file system. Because if you always write the actual data written will wear the drive, not the metadata itself. In your case it has probably been wearing out the disk before this was put in place. That's at least 2 years worth of increased wear.Cheers,Franco