From ddacad6d7cc46e10f23b067cea08ce879b94db4a Mon Sep 17 00:00:00 2001 From: Matt Vandermeulen Date: Thu, 15 Feb 2024 13:05:02 -0400 Subject: [PATCH] common: remove lingering bdev_async_discard option Signed-off-by: Matt Vandermeulen (cherry picked from commit 671e1265a6c0e9d135bf87f59d1ac3ef96635794) --- src/common/options/global.yaml.in | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index b5f412d2275..6d062b73e6d 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -4041,31 +4041,18 @@ options: flags: - runtime see_also: - - bdev_async_discard - - bdev_async_discard_threads -- name: bdev_async_discard - desc: send discards to the block device in one or more threads - type: uint - level: advanced - default: false - with_legacy: false - flags: - - runtime - see_also: - - bdev_enable_discard - bdev_async_discard_threads - name: bdev_async_discard_threads desc: number of discard threads used to issue discards to the device type: uint level: advanced - default: 1 - min: 1 + default: 0 + min: 0 with_legacy: false flags: - runtime see_also: - bdev_enable_discard - - bdev_async_discard - name: bdev_flock_retry_interval type: float level: advanced -- 2.47.3