aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys
diff options
context:
space:
mode:
authorDon Brady <[email protected]>2024-07-23 17:34:09 -0600
committerGitHub <[email protected]>2024-07-23 16:34:09 -0700
commitfb6d8cf229c308ef63424bf81221966438327bb0 (patch)
treee308b1e0b6170dfd246645def92cbc855deabc4f /include/sys
parent6657f89ecad0d9a34c80cbc3e4868a1082e07532 (diff)
Add some missing vdev properties (#16346)
Sponsored-by: Klara, Inc. Sponsored-By: Wasabi Technology, Inc. Signed-off-by: Don Brady <[email protected]> Co-authored-by: Don Brady <[email protected]> Reviewed-by: Alexander Motin <[email protected]> Reviewed-by: Tony Hutter <[email protected]>
Diffstat (limited to 'include/sys')
-rw-r--r--include/sys/fs/zfs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sys/fs/zfs.h b/include/sys/fs/zfs.h
index e191420f2..b572c22a2 100644
--- a/include/sys/fs/zfs.h
+++ b/include/sys/fs/zfs.h
@@ -368,6 +368,9 @@ typedef enum {
VDEV_PROP_RAIDZ_EXPANDING,
VDEV_PROP_SLOW_IO_N,
VDEV_PROP_SLOW_IO_T,
+ VDEV_PROP_TRIM_SUPPORT,
+ VDEV_PROP_TRIM_ERRORS,
+ VDEV_PROP_SLOW_IOS,
VDEV_NUM_PROPS
} vdev_prop_t;