I'm running a zfs pool on 2 Samsung SSD 860 Evo (2TB) in (mirror-0).
I've seen that wearout has increased to 7% over the last year. I can't recall how much it was at the beginning of the year and disks were already used in another setup. Now I make sure the disk usage is not really high (I'm at 25% disk usage.) Also this is were I store my vm os disk and containers.
So my questions is, based on the current zpool settings, is there anything else I can do to reduce disks wearout :
Trim is enabled via cron job monthly.
I've heard that I could change compression and xattr settings. but I guest this can't be change live right ? Would that drastically impact cpu load ?
I'm running a Ryzen 7 4750 with about 8 moderate cpu usage vm. Any other advises in order to minimize wearout ? Also, how wearout is calculated ? Is it something that is read from the disk firmware or just estimated from the os (meaning the disk could probably have more wearout than 7%)?
I've seen that wearout has increased to 7% over the last year. I can't recall how much it was at the beginning of the year and disks were already used in another setup. Now I make sure the disk usage is not really high (I'm at 25% disk usage.) Also this is were I store my vm os disk and containers.
So my questions is, based on the current zpool settings, is there anything else I can do to reduce disks wearout :
Code:
zfs get atime,sync,compression,xattr R1_1.6TB_SSD_EVO860
NAME PROPERTY VALUE SOURCE
R1_1.6TB_SSD_EVO860 atime off local
R1_1.6TB_SSD_EVO860 sync disabled local
R1_1.6TB_SSD_EVO860 compression off local
R1_1.6TB_SSD_EVO860 xattr on default
Trim is enabled via cron job monthly.
I've heard that I could change compression and xattr settings. but I guest this can't be change live right ? Would that drastically impact cpu load ?
I'm running a Ryzen 7 4750 with about 8 moderate cpu usage vm. Any other advises in order to minimize wearout ? Also, how wearout is calculated ? Is it something that is read from the disk firmware or just estimated from the os (meaning the disk could probably have more wearout than 7%)?
Last edited: