Files
mirror_zfs/man/man8/zpool-trim.8
T

119 lines
3.7 KiB
Plaintext
Raw Normal View History

2025-01-04 11:04:27 +11:00
.\" SPDX-License-Identifier: CDDL-1.0
2019-11-13 12:21:07 -05:00
.\"
.\" CDDL HEADER START
.\"
.\" The contents of this file are subject to the terms of the
.\" Common Development and Distribution License (the "License").
.\" You may not use this file except in compliance with the License.
.\"
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2022-07-11 23:16:13 +02:00
.\" or https://opensource.org/licenses/CDDL-1.0.
2019-11-13 12:21:07 -05:00
.\" See the License for the specific language governing permissions
.\" and limitations under the License.
.\"
.\" When distributing Covered Code, include this CDDL HEADER in each
.\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
.\" If applicable, add the following below this CDDL HEADER, with the
.\" fields enclosed by brackets "[]" replaced with your own identifying
.\" information: Portions Copyright [yyyy] [name of copyright owner]
.\"
.\" CDDL HEADER END
.\"
.\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved.
.\" Copyright (c) 2012, 2018 by Delphix. All rights reserved.
.\" Copyright (c) 2012 Cyril Plisko. All Rights Reserved.
.\" Copyright (c) 2017 Datto Inc.
.\" Copyright (c) 2018 George Melikov. All Rights Reserved.
.\" Copyright 2017 Nexenta Systems, Inc.
.\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved.
.\" Copyright (c) 2025 Hewlett Packard Enterprise Development LP.
2019-11-13 12:21:07 -05:00
.\"
.Dd July 30, 2025
2019-11-13 12:21:07 -05:00
.Dt ZPOOL-TRIM 8
2020-08-21 14:55:47 -04:00
.Os
2021-05-27 02:46:40 +02:00
.
2019-11-13 12:21:07 -05:00
.Sh NAME
.Nm zpool-trim
2021-05-27 02:46:40 +02:00
.Nd initiate TRIM of free space in ZFS storage pool
2019-11-13 12:21:07 -05:00
.Sh SYNOPSIS
.Nm zpool
2019-11-13 12:21:07 -05:00
.Cm trim
2020-03-04 15:07:11 -08:00
.Op Fl dw
2019-11-13 12:21:07 -05:00
.Op Fl r Ar rate
2021-05-27 02:46:40 +02:00
.Op Fl c Ns | Ns Fl s
.Fl a Ns | Ns Ar pool
2021-05-27 02:46:40 +02:00
.Oo Ar device Ns Oc Ns …
.
2019-11-13 12:21:07 -05:00
.Sh DESCRIPTION
Initiates an immediate on-demand TRIM operation for all of the free space in
2021-05-27 02:46:40 +02:00
a pool.
This operation informs the underlying storage devices of all blocks
2019-11-13 12:21:07 -05:00
in the pool which are no longer allocated and allows thinly provisioned
devices to reclaim the space.
.Pp
A manual on-demand TRIM operation can be initiated irrespective of the
.Sy autotrim
2021-05-27 02:46:40 +02:00
pool property setting.
See the documentation for the
2019-11-13 12:21:07 -05:00
.Sy autotrim
property above for the types of vdev devices which can be trimmed.
.Bl -tag -width Ds
.It Fl a , -all
Perform TRIM operation on
all
pools.
2021-05-27 02:46:40 +02:00
.It Fl d , -secure
Causes a secure TRIM to be initiated.
When performing a secure TRIM, the
2019-11-13 12:21:07 -05:00
device guarantees that data stored on the trimmed blocks has been erased.
This requires support from the device and is not supported by all SSDs.
2021-05-27 02:46:40 +02:00
.It Fl r , -rate Ar rate
Controls the rate at which the TRIM operation progresses.
Without this
option TRIM is executed as quickly as possible.
The rate, expressed in bytes
2019-11-13 12:21:07 -05:00
per second, is applied on a per-vdev basis and may be set differently for
each leaf vdev.
2021-05-27 02:46:40 +02:00
.It Fl c , -cancel
2019-11-13 12:21:07 -05:00
Cancel trimming on the specified devices, or all eligible devices if none
are specified.
If one or more target devices are invalid or are not currently being
trimmed, the command will fail and no cancellation will occur on any device.
2021-05-27 02:46:40 +02:00
.It Fl s , -suspend
2019-11-13 12:21:07 -05:00
Suspend trimming on the specified devices, or all eligible devices if none
are specified.
If one or more target devices are invalid or are not currently being
trimmed, the command will fail and no suspension will occur on any device.
Trimming can then be resumed by running
.Nm zpool Cm trim
with no flags on the relevant target devices.
2021-05-27 02:46:40 +02:00
.It Fl w , -wait
2020-03-04 15:07:11 -08:00
Wait until the devices are done being trimmed before returning.
2019-11-13 12:21:07 -05:00
.El
.Sh PERIODIC TRIM
On machines using systemd, trim timers can be enabled on a per-pool basis.
.Nm weekly
and
.Nm monthly
timer units are provided.
.Bl -tag -width Ds
.It Xo
.Xc
.Nm systemctl
.Cm enable
.Cm zfs-trim-\fIweekly\fB@\fIrpool\fB.timer
.Cm --now
.It Xo
.Xc
.Nm systemctl
.Cm enable
.Cm zfs-trim-\fImonthly\fB@\fIotherpool\fB.timer
.Cm --now
.El
2021-05-27 02:46:40 +02:00
.
2019-11-13 12:21:07 -05:00
.Sh SEE ALSO
.Xr systemd.timer 5 ,
.Xr zpoolprops 7 ,
2019-11-13 12:21:07 -05:00
.Xr zpool-initialize 8 ,
.Xr zpool-wait 8