TrueNAS SCALETrueNAS SCALE Documentation Archive
This content follows the TrueNAS SCALE 22.12 (Bluefin) releases. Archival documentation is provided for reference only and not actively maintained.
Use the Product and Version selectors above to view content specific to different TrueNAS software or major version.

SLOG Over-Provisioning

Over-provisioning SLOG SSDs is useful for different scenarios. The most useful benefit of over-provisioning is greatly extending SSD life. Over-provisioning an SSD distributes the total number of writes and erases across more flash blocks on the drive.

Seagate provides a thoughtful investigation into over-provisioning SSDs here: https://www.seagate.com/blog/ssd-over-provisioning-benefits-master-ti/.

Some SATA devices are limited to one resize per power cycle. Some BIOS can block resize during boot and require a live power cycle.

Over-Provision with Disk_Resize

SCALE uses the disk_resize command to change the size of a device. The SCALE UI does not have a UI function for this command yet.

Go to System Settings > Shell to enter the command and resize or over-provision a device.

disk_resize sda 32GB where sda is the device and 32GIB is the new size for the device.

When no size is specified, it reverts the provision back the full size of the device.

The disk_resize command supports SAS, SATA, SAT (interposer) and NVMe drives. Power cycle SATA drives before a second resize

Related Content